Skip to content

Latest commit

 

History

History
74 lines (68 loc) · 4.61 KB

README.md

File metadata and controls

74 lines (68 loc) · 4.61 KB

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)