this post was submitted on 29 Aug 2023
30 points (72.1% liked)

Programmer Humor

32061 readers
2104 users here now

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

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] balls_expert@lemmy.blahaj.zone 3 points 1 year ago* (last edited 1 year ago)

I wish implicit returns could be turned into an error in the configs of a project. It was impopular at the time and probably still is outside of Rust, it permeated through every control structure because of how the language is designed, but the worst part is how unnecessary it was

It would've cost nothing not to do it

It would've made no one upset

Now Rust is the only language to do what it does - and it has this shit in it