Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple developers using a single class
Message
De
15/06/2007 14:05:42
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
15/06/2007 11:43:57
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01233404
Message ID:
01233581
Vues:
7
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform