Hacker News new | ask | show | jobs
by jacques_chester 3506 days ago
How do the people who write them know that they work?
1 comments

> How do the people who write them know that they work?

Test first isolates that a given test doesn't already pass (without any additional code).

Test after (but before committing) also seems to require a more thorough critical analysis.

And then someone finally fuzzes the code.