On Sat, Jul 26, 2003, Alexander R. Pruss wrote: > Question: Maybe we should remove the lo-res fonts from the hi-res > version? If one is getting the hi-res version, one obviously doesn't need > them.
Nah, the "everything" version should include everything. > One thing that I think we should do is that if we disable a feature, we > should still keep space in the prefs database for the feature Sure. > On the memory saving front, I can save 2K or so by changing all > Prefs()->x references to globalPrefs.x or something like that. Should I? Well, saving memory is not an excuse for "bad" programming ;-) We should avoid global variables when possible. Actually, I would like to "hide" the preference structure even more from the other functions using Set and Get operations; maybe also separate the items that are used for internal data from the user preferences. /Mike _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
