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

I use #error (and on compilers that support it #warning) to leave unignorable messages over my codebase for things that need doing.
Just leave the start/end comment off it and it works just as well. :D