We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b050b commit 9aa00a6Copy full SHA for 9aa00a6
style/README.md
@@ -89,6 +89,7 @@ Ruby
89
[Sample](samples/ruby.rb)
90
91
* Avoid conditional modifiers (lines that end with conditionals).
92
+* Avoid organizational comments (`# Validations`).
93
* Avoid ternary operators (`boolean ? true : false`). Use multi-line `if`
94
instead to emphasize code branches.
95
* Avoid explicit return statements.
0 commit comments