Hacker News new | ask | show | jobs
by pjmlp 585 days ago
I would say that anything that requires monkey patching in a strong typed language is a sign of bad architecture and application design in first place.
1 comments

Yep, that's why I prefer static (code generation) dependency injection (i.e. not Guice).