??? 07/02/07 23:52 Read: times |
#141431 - As I said Responding to: ???'s previous message |
Erik Malund said:
Why on earth bother remembering "operator precedencees" you do not need to know if you use parantheses. 1. Because you might change jobs, and your new employer's codebase might not be "parenthesised". 2. Because you might have to work with 3rd party code that is not "parenthesised". Like porting/fixing embedded Linux for example. 3. Your company might have to complete a project started by others, and guess what? The existing codebase is not "parenthesised". If your work environment is so insulated that you only ever have to deal with "parenthesised code" (now and always) then it's ok to forget the rules of operator precedence. |