> -----Original Message-----
> From: Robert Collins
> Sent: Saturday, April 13, 2002 12:01 PM
> > -----Original Message-----
> > From: Tom Tromey [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, April 13, 2002 7:24 AM
>
> > Also this happens a lot in libjava, where we sometimes add a
> > new .java file without touching anything else. I imagine the
> > same is true for many Java libraries.
>
> And in any object language project that has been well architected.
This wasn't clear, sorry. What I meant was that in any well architected
project that uses an object based language - like C++ or Java to name a
couple - adding new source files should not require any alterations to
existing source files.
Rob