MVC and Purity
Attention conservation notice. Purely functional programming demonstrates the same practices recommended by object-oriented MVC practice. Model-View-Controller is a widely used object-oriented design pattern for organizing functionality in an application with a user interface. I first ran across it in my early days programming web applications. The Model/View separation made deep intuitive sense to me as […]