Angus Leeming <[EMAIL PROTECTED]> writes:
| How seriously do we take Scott Meyer's recommendation "Prefer algorithm calls
| to hand-written loops"? (Item 43 of Effective STL)
>
| For example, these two functions have identical functionality. Which one is
| prefereable? (and yes, I chose a delib
On Monday 15 July 2002 3:36 pm, Andre Poenitz wrote:
> To the extend where the "algorithm solution" does neither create carpal
> symdrome when writing
a sore wrist!
> nor headaches when reading?
> I'd personally use the hand-written loop unless the function object gets
> reused in two or three
On Mon, Jul 15, 2002 at 01:43:03PM +0100, Angus Leeming wrote:
> How seriously do we take Scott Meyer's recommendation "Prefer algorithm calls
> to hand-written loops"? (Item 43 of Effective STL)
To the extend where the "algorithm solution" does neither create carpal
symdrome when writing nor he