Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Re-factoring
Message
De
25/06/2013 15:20:20
John Baird
Coatesville, Pennsylvanie, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01577083
Message ID:
01577131
Vues:
60
>>Also, as a general rule, try to avoid creating methods with lots of "ref" or "out" parameters. If you have more than one seriously consider introducing a simple class with the properties you need and return that instead. You'll then find that instead of having 5 local vars that you have to set-up, you just get back one object (and that helps to clean up the code).
>
>
>I think that yours and Craig's advice(s) are great, the only thing I would say is that, for me, as a general rule, one "out" or "ref" parameters is one too many, is the exception that should scarcely be used, if at all for it means the method is doing at least two things (the other is the return that should be the only one used)

ditto...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform