rspec/rules/S2178/description.adoc

2 lines
182 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:48:07 +02:00
The use of non-short-circuit logic in a boolean context is likely a mistake - one that could cause serious program errors as conditions are evaluated under the wrong circumstances.