this post was submitted on 15 May 2024
280 points (100.0% liked)

Programmer Humor

23345 readers
341 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 year 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

[–] [email protected] 13 points 1 year ago

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