Less confusing, because `and` usually means that we care about the evaluation 
result. At least this is how it is used in JavaScript world a lot. I have to 
admit that i haven't seen that style in Ruby world at all - only with `||`. I 
usually avoid using `and` and use `&&` instead, because `and` has really low 
priority when it comes to operators precedence and could cause accidental 
problems.

---
Reply to this email directly or view it on GitHub:
https://github.com/watir/watir-rails/commit/84befec4548ed47dccd65dc46958f0fd3383fd83#commitcomment-3267350
_______________________________________________
Wtr-development mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-development

Reply via email to