|
|
|
|
|
by intsunny
2556 days ago
|
|
I'll never understand Ruby's obsession with implicit return. When reading code, my eye will immediately notice the `return` keyword and will have less to think about in terms of code execution. The `return` keyword makes for great readability. |
|
Maybe JS's implicit-return-in-arrow-functions is a better compromise.