2021-08-04
|
tags: [ Journal ]
- Giving TDD a Go
- TDD is a process and not only about testing
- it helps you to better design your software
- not only by making your code more testable
- but also from a “client” perspective
- you write and test your as if you were your first customer/client
- (Golang) was built with in mind