fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 11 months ago))<>((mander.xyzimagemessage-square107fedilinkarrow-up11.34Karrow-down116
arrow-up11.32Karrow-down1image))<>((mander.xyzfossilesque@mander.xyzM to Science Memes@mander.xyzEnglish · 11 months agomessage-square107fedilink
minus-squareoce 🐆@jlai.lulinkfedilinkEnglisharrow-up7·11 months agoPython forcing end of line and tabs kinda does. Add Black auto-formatter and it’s pretty good.
minus-squarefrezik@midwest.sociallinkfedilinkEnglisharrow-up1·11 months agoI’ve seen too many Python devs write out complex statements all on one crammed up line. Including some that are in the main docs. Enforced whitespace is just one aspect of readable code. There are many others, and Python is no better at enforcing those than any other language.
Python forcing end of line and tabs kinda does. Add Black auto-formatter and it’s pretty good.
I’ve seen too many Python devs write out complex statements all on one crammed up line. Including some that are in the main docs.
Enforced whitespace is just one aspect of readable code. There are many others, and Python is no better at enforcing those than any other language.