Skip to content

Allows you to test all the design patterns that exist in the PHP language

Notifications You must be signed in to change notification settings

LucasLaurens/DesignPatternExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesignPatternExample

Env

  • PHP: 8.3

Summary

More information from Refactoring Guru

There are three types of design patterns. These three types are used in specific cases, and the latter have several patterns which are themselves used in specific cases, i.e. when a problem arises, a design pattern is there to solve it.

Types

  • Creation
  • Structural
  • Behavioral

Creation

Creation patterns provide object creation mechanisms that increase code flexibility and reusability.

Structural

Structural patterns guide you in assembling objects and classes into larger structures, while keeping them flexible and efficient.

Behavioral

Behavioral patterns deal with algorithms and the distribution of responsibilities between objects.

About

Allows you to test all the design patterns that exist in the PHP language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published