<@U0F3291QE> i saw your note on #770. agree on th...
# tornadofx
c
@edvin i saw your note on #770. agree on the best practices involving the model, but how would you handle different Fragment objects of the same class? the examples I've seen have unique identities like "MenuFragment" or "StatusFragment" that can bind to specific ViewModel fields #770 has different Address instances and they can't all bind to the same field (ex "mailing address" versus "billing address"). So, an Address class can't have a statement like bind(viewModel.mailingAddress)