264
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 23 May 2024
264 points (91.2% liked)
Programmer Humor
19488 readers
204 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
I dgaf about indices starting at 0 or 1, I can deal with case-insensitivity, but syntactically significant whitespace drives me up the wall.
What's so hard to understand about it? It's how you should format your code anyway. Only it's enforced.
No it’s how Python wants you to format. Many times I want to separate two logical sections in one function and can’t coz Python go crazy
Can you give a concrete example? Because I don't understand what you mean.