|
|
|
|
|
by Someone
5313 days ago
|
|
It looks that way, but it is not that verbose. Compare: get name of me
put the value of the last word of it after card field "lcd"
with it = event.target.name
currentCard.fields["lcd"].append(it.text.asWords().last())
It looks verbose, and in some sense it is, but having lots of implicit state made it a nice environment for what it was. |
|