8

Fuck golang, apparently enums are too complicated for the human mind. Someone looked at C and decided to make it shittier, like now I have to deal with C shit, and use a garbage collector on top of it or use fucking C++

Comments
  • 5
    Ever time I have to touch Go, I'm just filled with pain and sorrow.
  • 3
    I don't know, I like golang a lot lately. It really is a very specific tool for specific needs though. The Enums are a bit wonky, that's true, but they do exist in a similar way they existein Python and you get channel primitives and goroutines with golang which are awesome
  • 4
    An enum in Go is just a set of consts.
    Whats the pain point exactly?
Add Comment