Architecture

Don’t Use Frameworks

How many times have you heard that Framework fill_in_the_blank will save time and prevent developers from doing things their own way. Or Frameworks save time by eliminating some of the redundant work on application development. These might be true, but how many times has a the same framework been proposed for creating a 5 page [...]

Use Simple, Not Loose, Coding Standards

Many times when starting a project you will get a request for some documentation on coding standards for the project. Why? So you don’t get a bunch of coding cowboys and end up with an application that looks completely different from source file to source file. On the other hand, if you end up with [...]