You'd like to improve the maintainability of a #Python code base that has no tests or type hints.
Which do you do?
Add type hints first, then automated tests
Add tests first, then type hints
Just add type hints
Just add tests
Poll ended at .
You'd like to improve the maintainability of a #Python code base that has no tests or type hints.
Which do you do?