On Dec 7, 11:22 pm, Liam Knox <[email protected]> wrote: > I have heard from several candidates that I have interviewed that Credit > Suisse, on Java, forbid any use of Reflection by their developers and are > anti-Spring.
I can't comment on Spring but I agree on the policy regarding reflection in an end user company. It has uses in explorative programming (i.e. where you're trying stuff out to see what will happen) but not in production code (at least not in the kinds of "real world" applications that Credit Suisse produce). Reflection in application code is a symptom that the programmer is using some kind of undocumented feature or backdoor trickery. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
