Comment on Thoughts on Learning GoComments−doolta1moI bet you'll end up loving Go for the same reasons you dislike it at first.* Simplicity (simple concurrency, readability, interfaces...)* Static typing (errors caught at compile time)* Error checking (tedious at first but... you'll see!)
Comments
I bet you'll end up loving Go for the same reasons you dislike it at first.
* Simplicity (simple concurrency, readability, interfaces...)
* Static typing (errors caught at compile time)
* Error checking (tedious at first but... you'll see!)