DEV Community

Discussion on: Switching from JavaScript to Golang

Collapse
 
uby profile image
Ulf Byskov • Edited

IMO the only good thing about Go is go routines.
The simplicity of the language causes you to write too much boiler plate.
For example the need to have if err != nil { simply because there are no exceptions.