I understand the difference between them, but I can't work out why they're both included in the language. Surely having both just causes confusion?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Their precedence is different, so they are not equivalent. My rule of thumb is as follows: use Examples
|
|||||||
|
I believe one should look no further. |
|||
|
|
|
Do go through this: http://phrogz.net/ProgrammingRuby/language.html#andornotanddefined |
|||
|
|
|
I just wrote a method where the distinction is useful:
If I had used |
|||||||||
|
|
This is the best explanation I've seen: http://avdi.org/devblog/2010/08/02/using-and-and-or-in-ruby/ |
|||
|
|