Hacker News new | ask | show | jobs
by half0wl 1224 days ago
ORMs come to mind. There's typically a lot of reflection and dynamic instantiation magic baked into its classes, which you really have to hack around typing to make it work nicely (or even at all).