mirror of
https://github.com/google/blockly.git
synced 2026-05-02 10:00:11 +02:00
fa47c3c4a8
There are only 10 instances of ++x in our codebase, compared with over 500 instances of x++. The stlye guide has no opinion on which to use, nor do I. But the lack of consistency was making regex searches for bugs more difficult.