in reply to Re^6: What's so wrong with this (dereferencing)code?
in thread What's so wrong with this (dereferencing)code?

I think you are referring to loading a bunch of modules at once to avoid boilerplating.

Again, that's ok as long as it's explicitly documented.

And normally it's only a "dependency of second degree", looking into the container module will directly reveal the target modules. And (hopefully) the container will have a clear name.

I've seen some counterexamples in my work life with "try and error" code which was considered "working" because it didn't fail at time of coding.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

  • Comment on Re^7: What's so wrong with this (dereferencing)code?