this post was submitted on 29 Aug 2023
26 points (70.3% liked)

Programmer Humor

31230 readers
52 users here now

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

Rules:

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago* (last edited 10 months 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