May 4, 2021

I Dont Like Golang [45/365]

I’ve been working with Golang at my day job lately because it really makes it easier to deploy since it compiles to a single binary.

However, I really am starting to not like the language that much, especially when I compare to Rust. I find a lot of documentation not very clear, having to deal with pointers is often confusing (especially when compared to the Option enum), and I find things unusually complicated.

Maybe I just don’t know enough about the language, we’ll see if getting more experience makes it better to work with.

Copyright Marin Gilles 2019-2022