Coding Tips

Instead of x = x + 1, use x++ or ++x.

Instead of x = x + 2, use x +=  2.

Blogged with the Flock Browser
Posted in Tips. Tags: , . Leave a Comment »