Oct 9, 2023
Does it make sense to solve the problem, do PR and then do unit tests? I’ve recently had some contractors do this.
Although it is useful for refactoring, it seems like the tests should be done like TDD or at least before a PR is raised.
Thoughts?