Skip to content

lucasgrvarela/learn-go-with-tests

Repository files navigation

Coding along with the book: https://quii.gitbook.io/learn-go-with-tests/

Following the principles:

  • Write a test
  • Make the compiler pass
  • Run the test, see that it fails and check the error message is meaningful
  • Write enough code to make the test pass
  • Refactor

About

Learn Go With Tests following TDD principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages