Monthly Archives: October 2015

Don't Fear the Lowly Static Method

When people first learn object oriented programming (is there any other way) they seem to want to abandon all non-member methods (such as static methods) as being anti-object-oriented. This is foolish. There are times for objects, and times for static … Continue reading

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