this post was submitted on 24 Sep 2024
510 points (98.9% liked)

Programmer Humor

32396 readers
704 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
[–] [email protected] 19 points 1 month ago (4 children)

As long as "cleaner than you found it" also includes "better documented." I've worked with people who think that "the code should speak for itself" to the point that they will make biased decisions with no explanation or documentation and then if you ask them about it after their response is "look at the PR for how that decision was made." I'm not going to git blame and find your PR to find an outcome from an argument between two people that after scrolling just says "sometimes the API returns a JSON string here instead of nested JSON so we have this conditional" when that could be a comment

[–] [email protected] 10 points 1 month ago (2 children)

Not to mention that sometimes, the code that's supposed to "speak for itself" doesn't do the things that they think it would do.

[–] [email protected] 4 points 1 month ago

The code is speaking to me, but it's just word salad.

load more comments (1 replies)
load more comments (2 replies)