Uncategorized

Should we migrate from C++ to Go?

Go does a lot of things well (good performance, easy to learn, very productive, extensive stdlib, excellent tooling, etc), but after programming with Go for three years (both embedded Linux and cloud applications), stability is the characteristic that really stands out. In the past, I’ve observed the development of several fairly large C++ applications. Stability […]