When releasing source code for another user, when the coding style is not defined (pun intended) delete parts of #ifdefDEBUG?
(i.e. parts that are compiled only when defining DEBUG)
If I remove it, it will make the code look better (or should I look better - do I really want someone to know what I was debugging and how I did it?), But then I will lose the debugging parts or should contain two (or more) code versions.
What to do?
source
share