DEV Community

Discussion on: Demonstrating TDD (Test-driven development) in Go

Collapse
 
quii profile image
Chris James

It's actually very important that you write one test as a time, make it pass and then refactor.

Doing large chunks is how a lot of people get in to a mess.