top | item 5275308

(no title)

Xion | 13 years ago

There are certain ways to write Java that are both more expressive and clever (and therefore more fun), as well as more dangerous in terms of future maintenance. Various dependency injection frameworks - e.g. Guice - are known for introducing some "magic" into Java code that sometimes may exceed the tolerance threshold of less experienced programmers.

discuss

order

coldtea|13 years ago

>Various dependency injection frameworks - e.g. Guice - are known for introducing some "magic" into Java code that sometimes may exceed the tolerance threshold of less experienced programmers.

A lot of "dependency injection" BS can also exceed the tolerance threshold of more experienced programmers.

meaty|13 years ago

It depends :)