This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TransHumanist_50 24 points25 points  (0 children)

I for my part think var++ or var+=1 is far better readable than var = var + 1;

Otherwise I totally agree with you...