DEV Community

Discussion on: What was your win this week?

Collapse
 
buphmin profile image
buphmin

This week, I....

Coded a lot of stuff in Go! I spent a lot of time thinking about how best to approach the problem and making sure test along the way. So far I have about 85% test coverage according to

go test -cover

and 100% test coverage of exported utilities.