by Antonio Tammaro | Jan 13, 2021 | Blog
We are carrying out update activities on some products for one of our clients, gradually migrating to microservice architectures. One of these products has followed the policy of “do not touch what works” for a long time, and as a result, it becomes...
by Antonio Tammaro | Jul 29, 2020 | Blog
In my previous article, we have seen how testing and refactorizing legacy code with Golden Master Pattern. Now, we will continue to talk about testing, introducing a new paradigm with a simple example. We are familiar with writing tests based on examples. In...
by Antonio Tammaro | Apr 29, 2020 | Blog
Anyone who works in the software development world will have had the need to add features on the legacy code, perhaps inherited from the previous team, and on which you need to make an urgent fix. Many definitions of legacy code can be found in literature, the one...