Revision 924aa580602a4ad94f1079dcd157286314066553 authored by Mihai Bazon on 14 September 2012, 12:36:38 UTC, committed by Mihai Bazon on 14 September 2012, 12:36:38 UTC
- a = a + x ==> a+=x
- joining consecutive var statements (hoisting is not always desirable)
- x == false ==> x == 0, x != true ==> x != 1
- x, x ==> x; x = exp(), x ==> x = exp()
- discarding useless break-s
1 parent 93b973c
History
File Mode Size
bin
lib
test
tmp
tools
README.md -rw-r--r-- 12.7 KB

README.md

back to top