Hacker News new | ask | show | jobs
by s4i 331 days ago
Aren’t all code comments for noting something?
1 comments

I typically use those when the following code does something emunexpected, relies on external state or is setting state relied on by something else.

There are times where you can’t rewrite or refactor something or have Toni’s ran API with non-obvious behavior. Plus NOTE is shorter than HERE BE DRAGONS