Hacker News new | ask | show | jobs
by kickopotomus 2605 days ago
The separation of content from presentation is one of the primary purposes of MVC frameworks. The model (content) is separated from the view (presentation) by an abstraction layer (controller).