March 21, 2019

My simplified development workflow in Go

Using tests during development to keep you code tidy As I was working on a project, while developing a new function, I noticed that I was modifying some existing code to be able to test it. Doing it this way seemed like a very bad idea, so I looked for a better way to do it. But let’s start an insanely simple example, to clarify what I’m saying. We start with a basic program, an extraString function and a main. Read more

Copyright Marin Gilles 2019-2022