|
|
|
|
|
by arckiearc
5391 days ago
|
|
I'm curious, would you prefer to write code like this over the explicit version? foo bar: 'baz', quux('onoz')
Or are you just concerned about inconsistencies?I like not having to specify parentheses, but only do so when it's immediately obvious to a reader of the code what the result of the statement will be. |
|