Unit Testing and Automated Blackbox Testing
If you’ve been following me from the beginning of the Back to Basics series, you’ll know that I set out…
230 articles found
If you’ve been following me from the beginning of the Back to Basics series, you’ll know that I set out…
More and more lately, I’ve been beginning to question the value of unit testing. I’ve really been starting to wonder…
In my previous post on dependency inversion, I talked about what dependency inversion is and gave some examples in the…
This post is a continuation of my post on cohesion and coupling, it is part of a series of back…
This is the first part of my Back to Basics series.\n\nOne of the basics I feel we really need to…
Before you start learning up any new skill or concept, I suggest you take a look at my course “10…
It’s usually a good idea to have unit tests in place before refactoring some code.\n\nI’m going to go against the…
In working with legacy code, I often come across the problem of having to refactor classes that contain static methods…
Have you ever tried to put together K-Mart furniture? You know what I mean, the kind of furniture that you…
I spent a good time last night troubleshooting a “works on my machine” problem.\n\nIt takes pain to learn something; this…