Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 315 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 315 Bytes

Test Driven Development With Go

Why the stress 😓 of TDD 🤷🏽‍♂️🤷🏽‍♂️🤷🏽‍♂️

  1. Confidence you can reshape code without worrying about changing behaviour
  2. Documentation for humans as to how the system should behave
  3. Much faster & more reliable feedback than manual testing