https://github.com/gotocva/solid-principles-php
SOLID is an acronym for the first five object-oriented design (OOD) principles and is a series of guidelines that developers can use to build software in an easy way to maintain and extend. Understanding these concepts will make you a better developer and enable you to avoid code smells.
https://github.com/gotocva/solid-principles-php
Last synced: 11 months ago
JSON representation
SOLID is an acronym for the first five object-oriented design (OOD) principles and is a series of guidelines that developers can use to build software in an easy way to maintain and extend. Understanding these concepts will make you a better developer and enable you to avoid code smells.
- Host: GitHub
- URL: https://github.com/gotocva/solid-principles-php
- Owner: gotocva
- License: mit
- Created: 2021-01-21T09:51:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-21T09:55:04.000Z (over 5 years ago)
- Last Synced: 2025-03-12T01:44:15.715Z (over 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-principles-php
SOLID is an acronym for the first five object-oriented design (OOD) principles and is a series of guidelines that developers can use to build software in an easy way to maintain and extend. Understanding these concepts will make you a better developer and enable you to avoid code smells.