|
|
|
|
|
by uncledave
1990 days ago
|
|
Yeah that's ok until you have 20 million lines of generic ridden crapola pumped out by the lowest bidder. That's the hell I spent a good chunk of the last few years untangling on the C# front. Let's model this correctly! Oh no someone said fuck it, lets just use a bunch of generic data types! Dictionary<List<Dictionary<string, object>>>, SortedSet<Dictionary<int, string>>>> Several thousand out of bounds, missing keys, null reference exceptions, hash collisions and the hair starts to get thin on top. I'm not even sure I'm happy with it for abstract data types. Please can we keep Go special. |
|
What does any of that have to do with generics?