Comment on What are your strategies for diving into a large, complex codebase?parentComments−shoo12yIn the book, Feathers defines legacy code as code without tests.So it's not really about old languages or old code. It's pretty easy to write (or inherit) new, difficult to test code, with no tests, in whatever language you please.
Comments
In the book, Feathers defines legacy code as code without tests.
So it's not really about old languages or old code. It's pretty easy to write (or inherit) new, difficult to test code, with no tests, in whatever language you please.