|
|
|
|
|
by Retric
2900 days ago
|
|
I think people may be reading this backwards. I am specifically saying don't try as hard. Don't think about unit tests or anything else when writing correct code for a function. Once you can generally write mostly correct code then you can work on improving your process. But, until most of your functions are working when you right them just work on improving that. Edit: And yea quality may drop as part of this transition, but you need to get a feel for how much you can pay attention to. |
|
The tests are there specifically to help find the errors that “trying harder” didn’t catch. You don’t get a higher quality result by cutting QA.