Would it be a good idea to eliminate all operator precedence rules and require parentheses
to show the desired precedence in expressions? Why or why not?
- No, it is not a good idea to eliminate all operator precedence rules.
- Although this idea sounds good, but in fact it affects the flexibility provided by the language since
only one way is used to show the precedence in expressions. Moreover, using parentheses will
future more affects writability and in some cases readability.