<@U0HUJ25V1> Thing that could be better, imho - I’...
# tornadofx
b
@thomasnield Thing that could be better, imho - I’m not a big expert, but maybe making the whole design something more of MVVM would do good. You see - we have bindings, which are used in the view in the domain objects. Like val customerAssignmentsConcat: Binding<Text> by lazy {} They are actually part of representation, not the model itself. Maybe take them out to the viewmodel?
t
borboss: yes that is something I could have done. I did kind of hack that together in a hurry, so I'll see if I can do a cleaner MVVM separation later.
b
Okay! I’ll try to do my own version soon, so we can compare and discuss further 😉
👍 1