Slashdot Mirror


User: getjazzed

getjazzed's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Nitpicking the Nitpickings on Review:The Practice of Programming · · Score: 1

    Meyers doesn't counsel us to always prefer preincrement to postincrement. His counsel only applies to user-defined types (see page 34 of More Effective C++). I haven't read TPOP, but it's my guess that since the "problem" is with the authors' use of postincrement in loop control statements, Meyers' advice doesn't apply to the code referenced.