I have a constant named NO_GAIN. It makes sense in the context of my program, but I’m still itching to write

#ifndef PAIN
const static signed char NO_GAIN = 0;
#endif

…it would even still work in my code, and defining PAIN would yield a lot of painful compile errors…

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.