Page is a not externally linkable
ChrisE - 12:32 am on Jan 11, 2010 (gmt 0)
1) break every project into the smallest possible parts (functions, variables, etc)
The mentality I take is kind of like this:
2) group like parts together (classes)
3) every input needs to be exactly what I want
4) output exactly what needs to be output