Partial classes in c-sharp
what are the disadvantages of using partial classes in c#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Jun 9, 2014, 8:03 AM
Given this scenario the only real disadvantage is to ensure that the division of the work is sufficiently delineated, so that code is not duplicated or otherwise inconsistent with what the other developer(s) have written.