in reply to Object framework for a *::Tiny module
This is probably a naive question, but does Tiny (maximal code usage density?) bear any relation to Lite (minimal memory load?)? Does one come at the expense of the other?
I only ask because generally I work to Lite principals, because I am usually memory limited rather than processor limited, however my code usually ends up pretty minimal too, so i am just wondering if this is just me, or whether the two themes are related?
I should add that I don't check my code usage usually, and though I try to pack in functionality, I am aware that small doesn't always equal beautiful...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Object framework for a *::Tiny module
by zby (Vicar) on May 21, 2010 at 09:41 UTC |