Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple developers using a single class
Message
 
À
15/06/2007 07:12:06
Mike Yearwood
Toronto, Ontario, Canada
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:
01233503
Vues:
14
You said "An application object that has many methods is not a good thing IMO"

Could you elaborate on your point here?





>>Hi,
>>We have 3 developers in a team. We need to work on the same class but different method in a project.
>>
>>What is the best approach to do this? Should we allow multiple checkout of source control or other better ideas?
>>
>>Thank you
>
>A class is supposed to have a clearly defined purpose. Code normalization! Usually the methods of that class support it in doing that purpose. That decreases the chance that multiple developers would need to work on different methods at the same time.
>
>In other words, you may have a class that has multiple purposes. You could reengineer it. An application object that has many methods is not a good thing IMO. However if that object instantiates many other objects it can provide many purposes at runtime and be maintainable by many programmers at design time.
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform