DEV Community

Discussion on: Helpdesk to Developer - Writing Quality Code

Collapse
 
tmack8080 profile image
tmack8080

I'd suggest this approach:
quii.gitbook.io/learn-go-with-tests/

It pretty much covers all the above.

Collapse
 
thenjdevopsguy profile image
Michael Levan • Edited

Yep! There are a ton of awesome ways to tests. I actually love that because they're teaching you Go with TDD concepts. Thanks for sharing :).