|
-
May 22nd, 2008, 01:27 AM
#6
Re: How to create a partial class?
Of my point of you, the major benefit of partial classes is to separated automatically generated code (e.g. by designer) from the code written by the developer, you can let the tool to regenerate the code without any fear of losing your own coding.
Spliting the source to parts maintained independly by several developers doesn't soud good, because it indicates bad design. Having classes so huge that many guys can work on them together is not good idea, I'd said.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|