Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple developers using a single class
Message
From
15/06/2007 14:05:42
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
15/06/2007 11:43:57
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01233404
Message ID:
01233581
Views:
8
>Hi,
>My class is a leave manager class. It responsible for anything related to leave. For example, approve leave, get pending leave list, cancel leave and etc. We have different developer responsible for each of the methods to speed up the development during the tight schedule timeline.

Exactly! A manager object manages other objects. So have the manager object instantiate other objects that approve leave, cancel leave etc.

Further put each of these objects in their own classlibs and you won't have to use source control to knit the classes back into the one classlib.
Previous
Reply
Map
View

Click here to load this message in the networking platform