←back to thread

257 points pmig | 1 comments | | HN request time: 0.278s | source
Show context
yodon ◴[] No.43096382[source]
Has anybody spotted a similar story of switching from C# to go?

As someone who is very fond of C#, I'm definitely curious what I'm missing out on.

replies(3): >>43099359 #>>43099560 #>>43101407 #
1. fullstackchris ◴[] No.43099359[source]
Probably if you are fond of C# you wont like Go. I've always found C# incredibly verbose and full of all sorts of syntax sugar (that they add to yearly) making code everywhere look different, just enough to add a little cognitive overhead... Go on the otherhand, is purposefully opinionated and forces one more or less to write Go in a certain way.