Hacker News new | ask | show | jobs
by llll_lllllll_l 579 days ago
oh, that's a good pov! thanks. it makes sense to consider making mistakes the rule and work from there
1 comments

Which is where TDD can really help.

Write tests first and keep revising your code - making plenty of mistakes along the way - until the tests are green.

The quicker the test failure feedback loop, the quicker you'll fix the mistakes :)