21
Ten Years of “Go: The Good, the Bad, and the Meh”
(blog.carlmjohnson.net)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I started a little over half a year ago with Go, coming from Python like the author. I definitely enjoy working in a strongly typed language and Go is usually quite fun to work with. This week I'm actually implementing a concurrency pattern for a 'real' problem, so eager to see how that works irl. I've yet to come across something where generics really make sense, but definitely curious to explore that with a real case as well.