Skip to content

Commit 9aa00a6

Browse files
committed
Avoid organizational comments
* Based on summary from technical research card.
1 parent f1b050b commit 9aa00a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Ruby
8989
[Sample](samples/ruby.rb)
9090

9191
* Avoid conditional modifiers (lines that end with conditionals).
92+
* Avoid organizational comments (`# Validations`).
9293
* Avoid ternary operators (`boolean ? true : false`). Use multi-line `if`
9394
instead to emphasize code branches.
9495
* Avoid explicit return statements.

0 commit comments

Comments
 (0)