Make parentheses around function calls optional
@pglez wrote:
Groovy has a neat feature where you can drop the parentheses around function calls, making the code appear much more DSLey, so, instead of
add(SomeObject())
You would have
add SomeObject()
I for one would welcome the addition of this feature to the already wonderful tooling for creating internal DSLs.
Posts: 1
Participants: 1
<a...