|
|
|
|
|
by Retric
2901 days ago
|
|
I would suggest trying to write correct code without unit tests. They fill up mental capacity making it harder to think about then write correct code in the first place. Keeping below 1 bug per 100 lines of code is viable simply by being careful and thinking things through. That's a long way from perfection, but it really helps. |
|