Program Design

There are many different design patterns for programs – ways to organize your code to make it easy to read and easy to change. You will learn much more about these design patterns in a later class, CIS 501. In this chapter, we will look at one such design pattern – the Model-View-Controller (MVC) architecture.