🎉 Ah, the age-old debate resurrected! Why explain *what* the code does when you could just write clearer code to begin with? đŸ€” But hey, let's reignite the flames with this groundbreaking revelation: maybe, just maybe, #comments should state the obvious too. đŸ”„ Because we all need more #verbose hand-holding, right? 🙄
https://www.hillelwayne.com/post/what-comments/ #codeclarity #programmingdebate #codingbestpractices #HackerNews #ngated
Maybe Comments SHOULD Explain 'What'

People say “Comments should explain why, not what.” I feel like starting a flame war today so I’m going to argue that comments should explain ‘what’ too. Please don’t use this as justification to write bad code, okay? Okay. First of all, why shouldn’t comments explain ‘what’? If you need comments to explain what’s going on, it suggests your code is unclear. If I write //weight, radius, price w = 10, r = 9, p = 1 That’s not as clear as saying

Hillel Wayne