|
|
|
|
|
by curioussavage
832 days ago
|
|
I really don’t get the general attitude about comments that prevails. “Good code should be self explanatory” blah blah blah. As if “explains itself” weren’t a pretty damn wishy washy and relative guideline. And I’ll push back against absolutist arguments about never writing about the “what” too. So much moaning and whining about the possibility that the comment might get out of sync with the code. Oooh so scary. Lazy reviewers are the real problem there. At this point I’m almost a specialist in doing deep dives and deciphering what spaghetti code is actually doing and why. And I make damn sure to write comments to help out the next poor soul. |
|
This may just be me but does anyone else actually enjoy documenting their code?