commit | 99467660f6135f777ed4f211d72d68d4ced4535c | [log] [tgz] |
---|---|---|
author | David Symonds <dsymonds@golang.org> | Thu Jan 02 10:26:55 2014 +1100 |
committer | David Symonds <dsymonds@golang.org> | Thu Jan 02 10:26:55 2014 +1100 |
tree | f6bc4d564f2f9a3e4ffdaf23779752d686e13e03 | |
parent | bdf90bdfc670ee104887dbe495b5b67bd6ad13bb [diff] |
Suggest replacing "x += 1" with "x++", and "y -= 1" with "y--". This is a common mistake/oversight that ex-Python programmers make.