5 ms·
I agree. Someone's "darling" code might be a truly innovative or unique way of solving a problem, and providing enough commentary should help avoid the problems
by bradlenox 11y ago
I agree. Someone's "darling" code might be a truly innovative or unique way of solving a problem, and providing enough commentary should help avoid the problems the author warns about.
- mhurron 11y agoIt's amazing, their whole complaint is solved by proper software development practices - Comment your code.
- CaptSpify 11y agoTo be fair: What is proper practice, is far from what is common practice
- prodigal_erik 11y agoCode that's clear enough not to need a comment is better than code that has a comment. Comments can be outdated or mistaken and they consume screen real estate.
- TTPrograms 11y agoNot to mention it may be a performance optimization.
- sgt101 11y agoWhich is a good reason, if that optimization is needed.