Y
Hacker News
new
|
ask
|
show
|
jobs
by
brett40324
2946 days ago
I like the intentional syntax error approach here. That's way better than times I've done: /* NOTE: you left off here!!! */
2 comments
rkangel
2945 days ago
I use #error (and on compilers that support it #warning) to leave unignorable messages over my codebase for things that need doing.
link
taneq
2945 days ago
Just leave the start/end comment off it and it works just as well. :D
link