Treesque -- A new name for a first project

Since my last post, I kept working on this new project, and made quite a good progress. So let’s welcome Treesque ! Go take a look, and give it a try. And if you like it, let me know on Twitter or by email. It is very basic at this point, missing a lot of functionalities, but it is a start, and I am happy to just have something out. It took a long time to get where it is today, because I had a lot to learn on the way, and I made some bad decisions along the way. ...

January 27, 2020 · Marin Gilles

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. ...

March 21, 2019 · Marin Gilles