Links
http://www.cs.umd.edu/class/spring2003/cmsc433/joint/EffectiveProgramming.pdf - Static Factory as an alternative to a constructor, Notes on Singleton classes, Utility Classes.
http://www.technicat.com/writing/programming.html - Understand your requirements, Use real data, real builds, merge often, Understand your code, Don't cut-and-paste, Code with purpose, Find the bottleneck.
Add Comment