[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: mod_dav_svn refactoring proposal

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2006-07-28 12:09:24 CEST

C. Michael Pilato wrote:
> Max Bowsher wrote:
>> I'm taking a look at mod_dav_svn, and realizing that a *lot* of the code
>> is focussed on either:
>>
>> (a) implementing various mod_dav vtables
>> (b) sending a particular kind of custom report
>>
>>
>> I have an inclination to refactor the source into the following layout:
>
> Does this inclination stem from a particular problem you ran into while
> trying to modify mod_dav_svn, or are you just in Tidy-up Mode?

I've found that some of mod_dav_svn's .c files incorporate code that has
little to do with the name of the file - i.e. prime candidates for
splitting chunks of code out into new files.

Rather than pick names for the new files on an ad-hoc basis, the above
schema would help in selecting new names.

Also, many of the files relate to an mod_dav concept, yet are named not
after that concept, but after an abbreviation, expansion, or loosely
related word.

Overall, I'd like the file layout to reflect an overall logical
structure, so that a newcomer to the code can quickly understand it, and
then proceed to fill in their knowledge about specific subtopics, rather
than needing study the entire body of code to understand the structure
of how the different source files plug together.

Max.

Received on Fri Jul 28 12:10:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.