OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: YAXPAPI (Yet Another XML Parser API)- an XDEV proposal

[ Lists Home | Date Index | Thread Index ]
  • From: "Mark L. Fussell" <fussellm@alumni.caltech.edu>
  • To: Sean Russell <ser@javalab.uoregon.edu>
  • Date: Sun, 14 Dec 1997 23:44:47 -0800 (PST)


[Did you post these replies also?  I don't yet see them from the list.]

> Mark Fussell wrote:
> > ...  If you split a file you
> > need to duplicate the inter-file method-name symbols.  You may also need
> > to duplicate some helper methods.

Sean Russell wrote:
> Is this significant?  Probably, but it isn't severe.  The following is a 
> list of a set of trivial classes... 
[showing no class size difference when splitting].

What I was referring to is if the classes have to call between each other 
when they are split.  So test3 calls test4's method and test4 calls 
test3's method.  The number of cross-calls will increase the total file 
size because of the duplicated symbols (method names) in the table.

But as you indicated: the less coupled the classes the better the design, 
so this duplication "penalty" is actually a reasonable metric on how well 
a large class was divided into logical smaller classes.

> If you can look at your code and see Objects, you should go ahead and extract
> them out into smaller classes.  OOP is going to benefit you and anyone 
> else who is going to be reading and modifying your code in six months.

Although I would normally encourage this I think we are [or I am] on a
slightly more esoteric "size-management" optimization topic for a very
particular case of an ultra-small, fast-download, XML parser.  In any
other case, ignore what I said about file sizes and just design really
nice clean OO software.

--Mark
mark.fussell@chimu.com


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS