Design patterns (programming)?

JonTheBaller

Golden Member
Dec 2, 2002
1,916
0
0
What are design patterns in the context of programming? My professor mentioned we will be learning about them and I was just wondering what they were.
 

ugh

Platinum Member
Feb 6, 2000
2,563
0
0
From this site:

Patterns and Pattern Languages are ways to describe best practices, good designs, and capture experience in a way that it is possible for others to reuse this experience.

Some examples:

- Singleton pattern
- MVC pattern