in reply to Re: Make your classes use their own methods
in thread Make your classes use their own methods
More important is that the programmer know that her use of accessors, in her specific program, is a specific bottleneck. Sure, you might be using accessors in a 100-iteration tight loop, but if you're doing a fetch across the network in between calls to the loop, then that tight loop which may be "inefficient" on its own may be a trivial percentage of execution time.
Rule 1: Premature optimization is the root of all evil.
Rule 2: Unmeasured optimiziation is always premature.
xoxo,
Andy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Make your classes use their own methods
by Jenda (Abbot) on Nov 24, 2003 at 23:04 UTC |