Tag: GUI
TodoMVC implemented using a game architecture — ECS
TodoMVC implemented using traditional OO, Controllers and Events
Async/await for wxPython
MGM Pattern
Model-Gui-Mediator Pattern - the original version of MVCA Architectural Pattern The MGM pattern is a variation of MVC (model view controller) or MVP (Model View Presenter) but takes into account the use of modern off the shelf GUI controls.
MVC-App Architectural Pattern
MVC-App simply means “Model View Controller Application” - all four roles are necessary to any implementation.