From named-parameters to Domain-Specific Languages
There have always been a few irritating things to me in Java. However, working on Groovy made me go beyond these limitations, or all the useless boiler-plate code one has to write. If I had to ask for some new features in Java 7, that would certainly be:
- have closure support (or delegate or whatever you call that)
- native syntax for common data structures like lists and maps
- named parameters
Today, I’m going to say a few words about the last item on my list: named parameters.
Read more...


