1
ryde96
6y

What do you like best/least about Go?

Comments
  • 0
    Best: goroutunes, defer, c-like minimalism, awesome build process, super good tools

    Worst: *some* more features would be nice like generics, if you wanna use a struct just once the inline definition is ugly if you don't wanna write a typedef for it, there should be a compiler flag that allows for unused variables/imports (for testing)
  • 0
    Good: channels, public/private convention
    Bad: no Overloading or presetting certain arguments(i prefer the last), i miss __doc__ from Python. Also everything from @GodlikeBlock
  • 0
    It’s easy, lightweight and fast. And I like channels and Go routines.

    Currently I’m using it not that much, so I have that problems (for now).
  • 1
    Definitely the gopher mascots. Also goroutines and channels are cool.. but not as cool as the gophers.

    Man. I fucking love those little guys.
  • 0
    @gintko link to where it says to name variables one letter? I call bullshit.
  • 0
    @gintko wtf... I mean it does say to use descriptive names if the variable has big scope, but still wtf.. I prefer lineCount to c...
Add Comment