Y
Hacker News
new
|
ask
|
show
|
jobs
by
gascan
2990 days ago
The pattern I've seen before is all-caps tags inserted in the code, making for easy grep, e.g. FIXME, BUG, TODO. Perhaps it becomes habit.
1 comments
UncleEntity
2990 days ago
My super hitech code editor (erm...gedit) highlights FIXME and TODO in comments so you can easily find them while scrolling. Doesn't know about BUG though so I guess it just assumes you write bug-free code.
link