|
|
|
|
|
by uncledave
1990 days ago
|
|
Well the generic programming model tends to favour using light weight abstract data structures instead of well defined types. Those abstractions are by nature leaky so many internal concerns leak out of abstraction boundaries into the caller and give them one hell of a bad time. |
|
Do you have any examples?