5 ms·
My workflow is: - Write the test first, confirm it fails - Write the minimum code to make that test pass - Confirm it is green
by cagz 2mo ago
My workflow is:
- Write the test first, confirm it fails
- Write the minimum code to make that test pass
- Confirm it is green
- t-writescode 2mo agoTDD like this is a very good system for a lot of things, especially brownfield development - gotta make sure you understand the error space before you know you’ve fixed the error. :D