Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Trithon10016yBest: 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) -
stop66256yGood: channels, public/private convention
Bad: no Overloading or presetting certain arguments(i prefer the last), i miss __doc__ from Python. Also everything from @GodlikeBlock -
Sumafu22116yIt’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). -
stisch45486yDefinitely the gopher mascots. Also goroutines and channels are cool.. but not as cool as the gophers.
Man. I fucking love those little guys. -
sSam14676y@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...
Related Rants
What do you like best/least about Go?
question
golang