27
you are viewing a single comment's thread
view the rest of the comments
[-] gnuslashdhruv@lemmy.ml 4 points 2 years ago

Is this some kind of python meme I'm too C++ to understand?

Now, I'm completely willing to start a war about { going on the next line.

[-] Eavolution@kbin.social 3 points 2 years ago

It goes on the line! If you put it below, you're wasting a line for no extra readability!

[-] gnuslashdhruv@lemmy.ml 0 points 2 years ago

It goes on the next line, so you can have open and close brackets at the same indent depth for easy visual matching.

[-] Steeve@lemmy.ca 1 points 2 years ago

Your closing } goes on a new line below at the same indent depth as the line containing the open {!

[-] TheInsane42@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

Totally agree, all my { end up on the next line, 1st spot when starting a function, last character of the keyword when starting an if/for/... section. I even put the closing one on the same line when it's single line, else either at the end of the closing line (when changing really old code) or same indent.

So indenting varies a lot, which makes most 'new' programmers go mental.

while (my code)
    { I'll do it my way }

if (! liked)
 { toughen-up }
else
 { get used to it
   multi-line can go both ways...
 }

That is, unless the font used messes it up. ;)

[-] edward@lemmy.ml 1 points 2 years ago

That’s horrible.

this post was submitted on 17 Jun 2023
27 points (100.0% liked)

Programmer Humor

41092 readers
404 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS