by atomashpolskiy on 3/7/21, 6:51 PM with 1 comments
by gregjor on 3/8/21, 6:59 AM
I strongly encourage the programmers to submit small PRs so they are building incrementally rather than changing a lot of files at once. That keeps reviewing and testing easy.
None of the projects I work on use formal or strict TDD. I think it’s important to have multiple pairs of eyes reviewing the code.