rspec/rules/S2178/compliant.adoc

6 lines
98 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
== Compliant Solution
----
if(getTrue() || getFalse()) { ... } // true short-circuit logic
----