|
|
|
|
|
by scripturial
409 days ago
|
|
Go has a standard code style, everyone agrees to use the same format and all our code becomes easier to read and standardized. Go is very much faster, you save time and money on computing resources. Go has built in testing and type support, making it easier
To write more reliable and more bug free code. But let’s not debate it, learn go for yourself and try it on a small little project. I’m convinced you’ll pretty much not want to switch back. |
|
I wrote a lot of Go from like 2010 to 2013 or so.
A few days ago I read an article from someone clearly experienced in general software good practices, who masterfully laid out every complaint I had when I left Go.
I wish I could find it, but I think it was from this year or last year. The only example I can remember is repetitive explicit error handling with a comparison to more modern languages.