lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.