Segregating a test builder applying the curiously recurring template pattern
29/07/2025
Introduction. In this post we show the evolution of a test builder to support several parallel changes we made to evolve the design of the production code. This evolution degraded the design of the test builder until a point where we felt the need to refactor it to avoid potential...