jump to navigation

Note to self April 10, 2008

Posted by javafoo in general programming, javanotes.
add a comment

Recent happenings in my app have led me to this epiphany: If something seems to be computationally impossible and it still seems to work or not work, chances are you are looking at the wrong piece of code. Hint: Log statements that should show and don’t, should be a clear indication of that. And yes I still hate debuggers and will not use them, unless I have to ;-)