|
|
|
|
|
by iamrohitbanga
2828 days ago
|
|
Agreed. It is the "idiomatic" way of writing code in Ruby. I love Java but writing lambda expressions in Java with deeply nested parenthesis makes the code really ugly and less readable esp with chaining. As far as I understand, Ruby style is writing the code in the most elegant way to increase readability and (hopefully) reduce chances of bugs. |
|
Or is my example something that a good Ruby developer never write at all?