<@UCQRGDEB1> I try to keep business logic out of t...
# tornadofx
e
@ValV I try to keep business logic out of the view, so the view basically reacts to events and fire off calls to controllers. If the view is large, I'll separate it into logical smaller views. Reusable pieces like that are Fragments most often. I try to use events to avoid tight coupling/direct references between uicomponents.
👍 3