Published on in 💬 Micro
Short link: https://b.jlel.se/s/366
I admit it is the first time I am writing code that is almost 100% covered by unit tests. But it’s such a good feeling to have small, concise methods whose functionality you can rely on. Even before I have a running application, I know that what is already written will work. And unit testing with Go is really fun.
Tags: Go, Programming, Testing