this post was submitted on 15 May 2024
244 points (88.4% liked)

Programmer Humor

19315 readers
7 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Feathercrown@lemmy.world 17 points 4 months ago (1 children)

And the only thing more important than readability is whether or not the code does what it’s supposed to do.

Isn't that exactly what Rust is supposed to be good at

[–] arendjr@programming.dev 12 points 4 months ago

And conversely, something Go is very bad at. For example, os.Chmod silently not doing anything on Windows.