Maintainable Code, what to think about - part 2
Sunday, October 7th, 2007This is the second part of the article, if you haven’t read the first part yet you can find it here.
Breaking up Code
Do you recognize this, all code is found in a couple of very large files a giant switch statement that handles everything needed. It amazes me that people code in this fashion, […]
