this post was submitted on 17 Jun 2023
73 points (100.0% liked)
Programmer Humor
33138 readers
218 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It goes on the line! If you put it below, you're wasting a line for no extra readability!
It goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.
This, as it also helps when using % to go to the matching open/close bracket when the cursos doesn't jump all around the place..
PS: I know what you meant