Y
Hacker News
new
|
ask
|
show
|
jobs
by
pdimitar
1864 days ago
So test-driven development (where you write the user -- the test -- first, and then the implementation)?
1 comments
all2
1863 days ago
I think so, yes. But I start "before" the test? I write a use-case. Almost a user story, but in code. Sometimes I add comments inline with the code to try and sort out what abstractions are useful.
link
pdimitar
1863 days ago
Still TDD, this could fall under the use of Cucumber where the integration test DSL reads almost like English.
So kudos to you for using good practices.
link