It is! I just think that Ruby experience in Web dev is more pleasant and everything is better pavement (the more years of usage the framework has, the more refined it is)
Basically almost everything is standardized – HTTP routes, SQL databases, templates etc. Go CLI... I don't understand what's difficult in go run server.go
There is an official style guide, and tutorials how to do best practises
Community is very huge in Golang. There are tons of packages and a ton of stackoverflow questions
There's Go Tour, Go Docs, and Go Tutorial. All of them are official. I don't understand what problem is here.
We're a place where coders share, stay up-to-date and grow their careers.
and Go is great for web development too
it has an std package for literally any task
It is! I just think that Ruby experience in Web dev is more pleasant and everything is better pavement (the more years of usage the framework has, the more refined it is)
what makes go less pleasant in your opinion?
For Rails, there is:
I'm not saying Go does not have this, but, for sure these points are not as good as in Rails.
Basically almost everything is standardized – HTTP routes, SQL databases, templates etc. Go CLI... I don't understand what's difficult in
go run server.go
There is an official style guide, and tutorials how to do best practises
Community is very huge in Golang. There are tons of packages and a ton of stackoverflow questions
There's Go Tour, Go Docs, and Go Tutorial. All of them are official. I don't understand what problem is here.