|
|
|
|
|
by mbrodersen
1771 days ago
|
|
40+ years of programming experience here. The next step is to realise that MVC is just an example of events driven programming. An application is a state that “instantly” changes to the next state when an event happens. Multiple separate states (logging/UI/DB/remote/…) coordinate by reacting to events. The business logic is generating “this is now true” events. That’s it. There is nothing else to it. |
|
But in my niche (realtime audio software), there is underlying data in the system that changes over time independently of events. So there is "something else to it".