If there's value in what I'm suggesting, I think it's going to be in a separate object that can be called regardless of event handler like wpf commands or these gtk actions
k
kastork
05/22/2017, 3:58 PM
carlw: This line of discussion keeps taking my brain back to the FRP style championed by JS projects like Vue, Mobx, all riffs on the Flux pattern of React
kastork
05/22/2017, 3:59 PM
Actions or Commands are used to mutate a data store, and all the rendering is simply subscribed to the store.
c
carlw
05/22/2017, 4:00 PM
that's what I'm shooting for. Working on a larger team, the updates become a big problem. This is both from logical perspective and performance perspective.
carlw
05/22/2017, 4:00 PM
where there's a benefit with JavaFX is that you don't really have to worry about rendering a document. you have the smart controls and widgets already in place