Trouble with Properties in Groovy Constructors
I ran into some issues with groovy constructors today. The real code is rather complicated, so here's a contrived sample that illustrates the issue.
Take this very simple groovy class:
class Person {
String firstName
String lastName
String ful...
codegroovy.com5 min read