2 Dec
2009
2 Dec
'09
1:42 p.m.
On Dec 2, 2009, at 8:33 AM, Fred Drake wrote:
On Wed, Dec 2, 2009 at 2:21 AM, Thomas Lotze <tl@gocept.com> wrote:
To be honest, I just don't see why this whole singleton business shouldn't be orthogonal to the concepts of the component architecture.
Well said. If an application cares about singleton creation or ownership of factory-returned objects, it can describe those requirements using interfaces.
You are arguing for the unification of utilities and adapters? Gary