THE MODEL-VIEW-CONTROLLER (MVC)
categories: Digital literacy, information technology
THE MODEL-VIEW-CONTROLLER (MVC) DESIGN PATTERN
Object-oriented programming was originally developed to make code more maintainable, reusable, extensible, and understandable by encapsulating all the functionality behind well-defined interfaces.