Remix.run Logo
latchkey 4 days ago

I didn't say "just write better code", I said write more tests. Writing those tests will produce better code.

I also never said unit tests were the ONLY tests.

hnlmorg 3 days ago | parent | next [-]

But you were ONLY talking about unit tests for catching concurrency bugs; bugs which often fall outside the scope of a unit being tested.

Nobody disagrees with your point about the importance of unit tests. But the way you present that point is more than a little naive (and that’s the polite way of putting it).

lenkite 4 days ago | parent | prev [-]

> If you write comprehensive unit tests...