|
|
|
|
|
by Existenceblinks
1550 days ago
|
|
So currently there is no any approach that scale at all. Everyone will write test differently. And that's why we have code review process, and senior software engineers? --- EDIT: add an example When you look at a body of function and think if someone else changes some codes and you will have a hard time figuring out what goes wrong, that, the time you need to add some tests to it. Often it's a function that took numbers of iteration to work as you expect, or a function that is not simple but look so easy you write it right in one go. |
|