Tag Archives: coding practices
Using tests to help you create your code
Posted on09. Jul, 2009 by John Polling.
This post is going to look at the concept of using test driven development to drive out the code for a project.
The idea of TDD has been around for quite some time now, but it seems to be gathering favour with more and more developers now.
Continue Reading
Controlling your dependencies
Posted on07. Jul, 2009 by John Polling.
Dependencies take many forms. You’re dependent on your car (shame on you!) to get to work. Your pet depends on you to feed it. You depend on your employer paying you for your work, and your employer depends on you to actually produce the work.
Continue Reading
Maintainable Code
Posted on06. Jun, 2009 by John Polling.
Let’s face it, we all know that when we sit down and start coding anything, the requirements are going to change and once we have released the code into the wild our clients are going to want updates.










