On thing to do is to try to save as much memory as possible. The tendency
seems to be that if a variable can be used, it will be used. For example,
the property isChild in dynobject is not needed at all. The information is
already in the parent property. isChild==(parent!=null).

The other thing to do is to try to save some code. Or to modularize it a
bit. One thing that could be used more extensively, is the dynamic extension
of objects. The ideal situation could be of course that if you dont need to
support netscape, just leave the netscape module out. Currently all that
kind of code is just inside if else loops in dynobject.

Just a couple of ideas,
Tuomas Huhtanen


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to