Hacker News new | ask | show | jobs
by wtetzner 1990 days ago
I don't think I've ever seen generics be the cause of over-engineered complexity in Java.

It's pretty much always giant, complex class hierarchies or a bunch of reflection (or both).