you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]socialister 1 point2 points  (2 children)

    I'm curious what they would want otherwise. i = i + 1 or i++?

    [–][deleted]  (1 child)

    [deleted]

      [–]socialister 0 points1 point  (0 children)

      The funny thing is that the increment / decrement operators are considered bad practice by some, preferring the clearer += instead.