Search code examples
singletonnaminggrammar

Is there a name meaning "not a singleton"?


Is there a name meaning "not a singleton"?


Solution

  • Castle Windsor uses the term "transient" to describe all non-Singleton objects.

    I personally prefer the term "non-Singleton" though.