rspec/rules/S1774/description.adoc

2 lines
183 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
While the ternary operator is pleasingly compact, its use can make code more difficult to read. It should therefore be avoided in favor of the more verbose ``if``/``else`` structure.