Hacker News new | ask | show | jobs
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.
1 comments

> Those abstractions are by nature leaky

Do you have any examples?