Aayush Srivastavaaayush-srivastava.hashnode.dev·Jun 19, 2024Understanding Trunk-Based DevelopmentIntroduction Trunk-based development is a streamlined branching model where developers frequently merge their work directly into the main branch, known as the 'trunk'. Ideal for small teams, this approach ensures the main branch remains constantly up...1 likeBranching Strategies
Javier Lopezjavisan81.hashnode.dev·Jul 29, 2023Trunk Based Development and Legacy Code (Golden Master Testing)To me, legacy code is simply code without tests. I’ve gotten some grief for this definition. What do tests have to do with whether code is bad? To me, the answer is straightforward, and it is a point that I elaborate throughout the book:Code without ...31 readsTesting