refactoring
1
questions
7
votes
1
answers
answers
How can I efficiently implement unit testing in a legacy codebase with a large number of classes and tight deadlines?
ProgrammingI've recently been tasked with refactoring a large, complex codebase for a company I work with. The codebase is a mix of old and new languages, and it...
1 views