Search in the blog:

2025-07-15

MVC

I developed an MVC framework a long time ago. At the time, the MVC (model-view-controller) pattern was considered modern.

The controller and view components could both work with data. But where was the strict border between them?

The solution was to separate the code according to the type of data access. The controller could manipulate all data. The view could only read data. This separation turned out to be simple and effective.

0 comments:

Post a Comment

Blog Archive