- prefer bool over int - reduce number of gotos - reduce number of returns before end of function - reduce variable scopes - add "const" dec…
Show more
- prefer bool over int - reduce number of gotos - reduce number of returns before end of function - reduce variable scopes - add "const" declaration - white-space changes
Show less