"dsimcha" <[email protected]> wrote in message news:[email protected]... > == Quote from Nick Sabalausky ([email protected])'s article >> ++vote > > The more idiomatic convention on this forum is vote++. Is using ++vote an > optimization in hope of making this happen faster?
Pet peeve, really. I've always found the semantics of post-inc/dec to be next-to-useless for anything besides obfuscation. Whenever I get around to designing my own language, "++x" will be dissalowed and "x++" will have pre-increment semantics.
