Partial classes

Stefan Behnel stefan.behnel-n05pAM at web.de
Thu Jul 20 01:49:53 EDT 2006


Kay Schluehr wrote:
> What about letting your teammates editing certain data-structures in
> different files ( physical modules ) but using them in a uniform way
> and enable a single access point. If you have partial classes there is
> no reason why your team has to share a large file where they have to
> edit a single class but break the class into different parts and edit
> the parts separately. No one has to care for including any module
> because the CLR fits all partial classes together at compile time.

I can't believe I always used version control systems for that use case if
it's that easily solved with partial classes.

Stefan



More information about the Python-list mailing list