How Does MVC Handle Missing Data Requirements
- by Don Bakke
I'm teaching myself MVC concepts in hopes of applying them to a non-OO/procedural development environment. I am pretty sure I understand simple View - Request - Controller - Request - Model - Response - Controller - Response - View flow.
What I am struggling with is understanding more complex scenarios. For instance, let's say I have a shopping…