Fork me on GitHub
#re-frame
<
2015-11-15
>
sir-pinecone04:11:56

@mikethompson: apps that write themselves if you ask nicely?

mikethompson04:11:48

I'm glad someone asked

mikethompson04:11:54

It seems to me that the next step will around FSM based logic in the "control" part of the apps.

mikethompson04:11:34

Cycle/Motorcycle/Yolk completes the "wiring" in a nice way

mikethompson04:11:15

Then the focus shifts towards the control logic. Making that nice. Because when i write apps, that tends to be where the bugs are. Where the logic is the most dense

mikethompson04:11:30

In a re-frame sense, the FSM stuff happens (should happen) in the event handlers

mikethompson05:11:58

Thompson's 10th rule (draft): > Any sufficiently complicated GUI program contains an ad hoc, informally-specified, bug-ridden, slow implementation of a hierarchical FSM