Comment on JVM Anatomy QuarksparentComments−pjmlp1yI 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.−deepsun1yYep, that's why I prefer static (code generation) dependency injection (i.e. not Guice).
Comments
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.
Yep, that's why I prefer static (code generation) dependency injection (i.e. not Guice).