[
Lists Home |
Date Index |
Thread Index
]
- From: "Rob Schoening" <rschoening@unforgettable.com>
- To: "Bill la Forge" <b.laforge@jxml.com>,"XML" <xml-dev@ic.ac.uk>
- Date: Sun, 24 Jan 1999 16:10:13 -0800
> On the other hand, as long as a ParserFilter can be constructed with a
> null Parser, it can be subclassed to subsequently set the parent.
I'll second this.
It's easy to get boxed in when too much code gets initialized in the
constructor. Often I find that code is in the constructor not because it
belongs there but because it makes issues of immutability plainly obvious.
But this gets difficult when you try to implement a non-trivial inheritance
structure. I have found that this can be especially frustrating (at least
in Java) since constructor calls to super() must precede all other code in
the constructor.
Rob
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)
|