Hacker News new | ask | show | jobs
by ridiculous_fish 1756 days ago
How do you know what a function does, without a "what" comment to explain it? Even "obvious" functions like Math.max have edge cases, and I rely on "what" comments to understand how those cases are handled.