What would you name this class? [modified]
-
(This is not a programming question). I have a bunch of
Foo
objects, all of which are controlled by aFooManager
. What would you name an object that controls a collection ofFooManager
s? [edit]Foo
,FooManager
and the manager ofFooManager
s are all processes in a distributed system. [/edit] [edit] John C is right - this really does belong in the Design forum. I might have actually got more than a couple of useful answers if I'd posted there in the first place. :-D [/edit] Thanks, /raviMy new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
modified on Thursday, May 22, 2008 12:49 PM
I may be breaking dozens of rules here, but has anyone simply considered FooManagers? Foo - One FooManager - One that manages Foos FooManagers - Multiple. Unless the collection does something special other than being just a collection.
-
I may be breaking dozens of rules here, but has anyone simply considered FooManagers? Foo - One FooManager - One that manages Foos FooManagers - Multiple. Unless the collection does something special other than being just a collection.
That's just it - it's not a collection. :) Here's what I ended up calling the classes:
Foo
FooManagerService
FooManagerServiceController
/ravi
My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com