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
-
Ximidar8526yobject, err := DoSomething()
if err != nil {
// I hate typing this everywhere, but the rest of go is extremely convenient.
} -
I like having tidy tools for every particular thing that I do.
Golang, Vala, Scala, populate the "shiny new tools, never opened, behind glass" shelf.
I've played around, but never gotten to actually needing to use any of them. -
fermar72986y@julkali I think mostly from a colleague from work. He told me about it, and I like learning new stuff, so I gave it a try.
We use it also for some deployment related "scripts" which I needed to understand.
At but the moment I haven't really switched to go, C# is currently my "main language", but I want to do more go in the the future. -
fermar72986y@Ximidar I know what you mean. But what I experienced is, that, against my expectations, writing the error checks doesn't feel "wrong".
Anyway, there are planning a new error handling syntax for Go 2.x
Related Rants
After some time I picked up learning golang again. It's very different from the "high-level" world in C# I initially came from, but I am finding my way better every day.
What are your experiences / maybe projects with golang?
question
golang
learning
#praisethegopher
experience
go