Tag Archives: precompilation
Fast debugging statements
While reading Code Complete 2nd Edition I ran into a chapter which covers defensive programming. Defensive programming includes debugging, but not to any price of course. We don’t want performance of the application to suffer from debugging statements, at least … Continue reading
Posted in Coding, General
Tagged debugging, defensive programming, java, log4j, logging, performance, precompilation, precompiler
Leave a comment