1296
Brace Style (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] olafurp@lemmy.world 12 points 2 months ago

Ruby syntax is nice although I prefer python way of enforcing indentation instead of adding "end"s. Personally I just want a statically typed language with enforced indent as syntax.

[-] VonReposti@feddit.dk 7 points 2 months ago

Funny, the forced indentation is what I hate about Python. If you think a missing semicolon can be hard to catch, don't ever think about a missing whitespace :p

The end keyword really isn't a big deal for me. I find it to be a good way to easily spot the end of a method. But if you wouldn't like it I'd still find it a good compromise to avoid syntax issues due to whitespace.

[-] hglman@lemmy.ml 5 points 2 months ago

i can count on one hand how many times ive had white space issues in 15 years of using python. its just not an issue

[-] 0ops@lemm.ee 3 points 2 months ago

Same and agreed, especially if you keep your functions small and focused as you should. 3-5 indents is nbd to keep track of, and if you need more than that... No you don't, refactor.

I've had way more hangups with brackets then indentation, personally, not that either is a super frequent issue, but I'm indenting anyway, so brackets are redundant and just another thing I have to keep track of

[-] JackbyDev@programming.dev 4 points 2 months ago

} helps me easily spot the end of stuff. end just blends into the statements.

[-] JackbyDev@programming.dev 1 points 2 months ago

Just add a linter to your build lol. Now if it's indented wrong it breaks!

this post was submitted on 28 Jul 2024
1296 points (99.0% liked)

Programmer Humor

19282 readers
756 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

founded 1 year ago
MODERATORS