For example, in the `rollback()` function, you hav...
# tornadofx
r
For example, in the
rollback()
function, you have
it.key.value = it.value.invoke().value
. Is that considered more readable than
it.key.value = it.value().value