← Back to team overview

launchpad-dev team mailing list archive

Re: Adapters & API

 

A few small thoughts if I may.

Yay to looser coupling.

Sadness at more global state (vs directly expressed dependencies,
directly injected connections).

Using 'import everything' for your dependency injection seems risky
(but I haven't quantified it) to me.

Lastly, I think that you'd want to check the performance of the global
lookup you're adding. Globals are generally evil, and adding more
doesn't really feel like a solution to me.

OTOH I'm coming into this conversation midway through, so I may be
simply misunderstanding whats going on :)

-Rob



Follow ups

References