Y
Hacker News
new
|
ask
|
show
|
jobs
by
cagz
18 days ago
My workflow is: - Write the test first, confirm it fails - Write the minimum code to make that test pass - Confirm it is green
1 comments
t-writescode
18 days ago
TDD 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
link