Skip to content
/ clean-code-php Public template

Clean code is code that is easy to understand and easy to change. Even bad code can function. But if code isn't clean, it can bring a development organization to its knees.

Notifications You must be signed in to change notification settings

mrahbari/clean-code-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Clean Code PHP

Clean code is code that is easy to understand and easy to change. Even bad code can function. But if code isn't clean, it can bring a development organization to its knees.

Table of Contents

  1. Introduction
  2. Variables
  3. Naming
  4. Comparison
  5. Comments
  6. Functions
  7. Objects and Data Structures
  8. Classes
  9. SOLID
  10. Don’t repeat yourself (DRY)

About

Clean code is code that is easy to understand and easy to change. Even bad code can function. But if code isn't clean, it can bring a development organization to its knees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published