Anything that does under-the-cover low level magic is bad. The deeper the magic, the worse. Spring is the particular offender here with the lengths it goes so to make you not use new and never be able to debug why something happens. Or worse, why something doesn’t happen. We know how to deal with code, but not magic.
Anything that does under-the-cover low level magic is bad. The deeper the magic, the worse. Spring is the particular offender here with the lengths it goes so to make you not use
new
and never be able to debug why something happens. Or worse, why something doesn’t happen. We know how to deal with code, but not magic.