DEV Community

Discussion on: Pain points In Legacy code refactoring?

Collapse
 
lexlohr profile image
Alex Lohr

1) Lack of readability, inconsistent code
2) Missing tests
3) Unit tests that are not testing the unit or worse, anything
4) Dependency on legacy libraries that are no longer maintained and become a liability
5) Model spread over the whole code base
6) No documentation whatsoever