Why Should I Test Legacy Software?
I've already written about why you need automated tests, but let's take a step back. Why do you even need to test legacy software at all? It's running fine isn't…
I've already written about why you need automated tests, but let's take a step back. Why do you even need to test legacy software at all? It's running fine isn't…
I've previously answered a specific question about whether or not .NET 4.6.2 is legacy technology. Let's broaden the scope and have a look at some examples of legacy technology. This…
In my previous post, I explained why you need automated tests. It's cheaper, and more fail-safe. But not all tests are equal. And there is a place for each type…
Automated tests come in all shapes and sizes, but the main idea behind it is that you can run a suite of tests on your software by clicking a button.…
Do you often hear your developers talking about legacy code? Most likely in a negative fashion? Let's take a moment to look at what legacy code is and what developers…
I enjoy improving a legacy codebase while still allowing for new features. This requires a clear goal, a disciplined approach, and the necessary technical skills. The goal is to modernize…