Do Tests Have to Be Written As Good As The Production Code or better?
Posted onWithout tests, you can’t know how the production code works. When you write a test for the production code, you define how the production code works. Latter you can easily change the production code with refactoring or rewrite. Do test have to be written as good as the production code or better?