top | item 29922119

(no title)

he_the_great | 4 years ago

Yeah I do much in C# and almost never use generics. And when I do it is almost always not what I want.

D has me fooled and I can't imagine Go choosing to go further in D's direction over C#. I feel sorry for them.

discuss

order

travv0|4 years ago

You almost never use List<T>? Dictionary<TKey, TValue>? IEnumerable<T>?

he_the_great|4 years ago

Those don't matter, because while you can't build your own in Go, the built in types provide the same functionality.