Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Re-factoring
Message
From
25/06/2013 15:20:20
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01577083
Message ID:
01577131
Views:
63
>>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...
Previous
Reply
Map
View

Click here to load this message in the networking platform