Y
Hacker News
new
|
ask
|
show
|
jobs
by
benaduggan
1553 days ago
How do you deal with people who don't adhere to the process? It's all fine and good to require people to write tests, but often I catch bugs in their test code too.
1 comments
swiftcoder
1553 days ago
That's the whole point of code review! If you find a logic bug in a test, your review is adding actual concrete value to the PR
link