Stefan Behnel wrote: > 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.
Collaborative work is only one of the needs solved by VCS. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list