[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Operator precedence and code readability
- From: Rob Kendrick <rjek@...>
- Date: Thu, 7 Jan 2021 08:29:35 +0000
On Thu, Jan 07, 2021 at 02:00:05AM +0300, Egor Skriptunoff wrote:
> Obviously, it's a good idea to include extra parentheses to improve code
> readability.
You should include extra parentheses whenever a situation turns up that
needs you, or somebody else who may have to maintain your code in
future, to remember a list of operator precedence to otherwise
understand.
B.