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
-
Trithon10306yBest: 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) -
@GodlikeBlock Oh yeah, the compilation errors you get just because a variable is unused are ridiculous.
-
@gintko Is that actually best practice? Just ignore that best practice and name the variables properly, just like everyone else on GitHub does.
-
stop68676yGood: channels, public/private convention
Bad: no Overloading or presetting certain arguments(i prefer the last), i miss __doc__ from Python. Also everything from @GodlikeBlock -
Sumafu22486yIt’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). -
stisch48146yDefinitely the gopher mascots. Also goroutines and channels are cool.. but not as cool as the gophers.
Man. I fucking love those little guys. -
sSam15016y@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