<@U0F3291QE> Type safety is much more important th...
# tornadofx
p
@edvin Type safety is much more important than saving a few key-presses. It removes the run-time bugs you get when you change `myName`to
myOtherName
but forget to update all
"myName" to <value>
everywhere that view is used.