On 9/26/2011 9:32 AM, Kathey Marsden wrote:
I was thinking instead sysinfo might just need to be very isolated
and use classes only it its own package and then again hope it is
stable and make sure method signatures, etc are not changed and only
methods added if need be.
Actually that wouldn't work. Even for added methods we would have to add
a new class extending the old one as I think that we wouldn't be able to
find the new methods. Hopefully though if sysinfo is isolated it will
help a lot as it doesn't change that much.