OK.
Personally, I don't check precedence each time because
VB's precedence
is both clear and pretty standard, so I don't need to.
I interpreted your post as a warning that the code would be variably
interpreted by the compiler, which is clearly false.
I certainly can't disagree that your advice would be useful for new or
infrequent coders who don't know the language.
In article ,
abcd wrote:
I'm saying in some cases it's better to use it this way
(do you really check the precedence each time ?
for + and * we know
for or and and only few people think about it each time
using () is readable and also sure
say what you want: I had this kind of surprise once ! So the advice is
(I think) still a very good one !