xsl-list
[Top] [All Lists]

Re: [xsl] stylesheet organisation

2011-09-02 12:40:56
On 2 September 2011 17:29, Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:
On 02/09/2011 16:49, Andrew Welch wrote:

Thanks for your post, just to query one part:

And having multiple smaller files helps collaboration

Why do you think mutiple smaller files helps collaboration?

Because if you want multiple people to work on a stylesheet, then you need
to define their (rough) areas of responsibility, and splitting the code to
reflect those areas of responsibility is as convenient a way as any of
saying "I'll work on this bit, you work on that bit."

Multiple people can work on a single file (any file) and the merge
process will take care of it... where 2 people edit the same line of
code at the same time (which isn't that often*) then they would need
to get together possibly with the lead dev to sort out the conflict
resolution.  Often you have no idea who else is working on the file
you are working on...

*if you commit first, then the merge nightmare becomes someone else's problem :)

-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>