this post was submitted on 27 Feb 2024
787 points (98.4% liked)
Programmer Humor
19564 readers
583 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have this monitor and I still encounter Python code that I have to scroll horizontally for.
autopep8 --in-place --max-line-length 79 shittyformatting.py
I'll die on the hill that 120 is a much more sane line length than 80. It's the one of two pep guidelines I always ignore. It isn't the 70s anymore
100 gang (but not for python, just let black defaults do its thing)