Problem: "Our code isn't testable"


Problem:
"Our code isn't testable".

The path forward:
1. Write tests for new code.
2. Write end-to-end tests for the "happy path".

Start 1 and 2 today.

Then, as time allows:
3. Add integration tests against mocks.
4. Extract complex logic to pure functions. Test them.

View original on X