epyon22@programming.devtoProgramming@programming.dev•Linking parts of the codebase such that changing one forces reviewing the other ?
2·
10 months agoHaving unit and automated integration tests backed by both requirements and high code coverage. As a lead I can verify that not only you made the change to support the requirements though these unit tests but also a really quick verification that other functionality may not have changed based on your large scale change. Helps a lot for significant refactoring too
And the ts devs support this