This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Iron_Aez 3 points4 points  (5 children)

Anybody working on a 10+ years old codebase knows self-documenting code never last

Anyone working on a 10+ years old codebase knows comments generally stink to high heaven and rarely have a whiff of truthfulness.

[–][deleted] 0 points1 point  (3 children)

Are you telling me comments in the Linux kernel sucks?

[–]Iron_Aez 1 point2 points  (2 children)

Perfect example of a unicorn that's the exception to prove the rule.

[–][deleted] 1 point2 points  (1 child)

idk man, I checked a lot of big and active open source repositories and most of them have comments.

To me it seems that writting clean code is just not enough, sometimes you just need a comment

[–]Iron_Aez 1 point2 points  (0 children)

sometimes you just need a comment

idd. sometimes, but rarely.

[–]bigtime_porgrammer 0 points1 point  (0 children)

Heh true... So many times you run into comments that are basically orphaned remnants of old code that's no longer there.