https://github.com/samuel-oldra/design-patterns
📚 Padrões de Projeto
https://github.com/samuel-oldra/design-patterns
design-patterns php
Last synced: over 1 year ago
JSON representation
📚 Padrões de Projeto
- Host: GitHub
- URL: https://github.com/samuel-oldra/design-patterns
- Owner: samuel-oldra
- License: mit
- Created: 2021-08-20T13:39:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:20:35.000Z (about 2 years ago)
- Last Synced: 2025-03-17T22:08:17.890Z (over 1 year ago)
- Topics: design-patterns, php
- Language: PHP
- Homepage:
- Size: 445 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Design Patterns
Repositório de código para estudo e teste de ***Padrões de Projeto***
## Padrões de Criação
### Factory Method
Factory Method deve ser usado quando a subclasse de um objeto instanciado puder variar.