links: Programming MOC


What is Software Design Pattern?

A Software Design pattern is a general, reusable solution to a commonly occurring problem. It is a description or template for how to solve the problem that can be used in many different situations

Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.

Classification of Design Patterns


tags: MOC , programming , best-practices

Source