Monthly Archives: July 2012

Module Initialization

Given a module that is designed to be re-used across many applications, what is the correct way to initialize it, and why?

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

Configuring Date Format

There is endless discussion on how to format dates on the web, but most of this discussion is completely useless because it ignores the real world issue: different users want to see dates differently.  No single date format will be … Continue reading

Posted in Design | Tagged , | Leave a comment

#29 Eliminate Dead Code

Keep a clean house, and do not let dead code lie around.  It is more expensive than you think.  This should be obvious to us all, just like it is obvious to clean the dishes after dinner, but not everyone … Continue reading

Posted in Coding | Tagged | Leave a comment