Monthly Archives: February 2014

Choice in Style of Debug Code

I have seen programmers take two approaches to code used to debug a project.  One of these approaches leads to “precision code” and can be left in to assure precision in the future, the other is … sloppy.

Posted in Uncategorized | Leave a comment

Never Use StringTokenizer

You should Never Use StringTokenizer.  That is a strong statement.  It is a bit of an exaggeration.  But in my experience, every case where StringTokenizer has been used that I have seen, has been an abuse of the original concept, … Continue reading

Posted in Coding | Tagged | Leave a comment

Public or Private Member Variables?

When is it OK to make member variables public?

Posted in Coding | Tagged , , , | Leave a comment