Why do the arguments need to be `person.fistname` ...
# tornadofx
r
Why do the arguments need to be
person.fistname
and
person.lastName
instead of
firstName
and
lastName
?