Melhores anotações para aprender e desenvolver melhor em PHP
Home
About
Clean Code in PHP
01 - What Is Clean Code and Why Should You Care?
02 - Who Gets to Decide What “Good Practices” Are?
03 - Code, Don’t Do Stunts
04 - It is about More Than Just Code
05 - Optimizing Your Time and Separating Responsibilities
06 - PHP is Evolving – Deprecations and Revolutions
07 - Code Quality Tools
08 - Code Quality Metrics
09 - Organizing PHP Quality Tools
10 - Automated Testing
11 - Continuous Integation
12 - Working in a Team
13 - Creating Effective Documentation
PHP Clean Code - Best Of
Refatorando - Martin Fowler
M.Folwer Refactoring - 00 - Prefácio
M.Folwer Refactoring - 01 - Refatoração: Primeiro exemplo
M.Folwer Refactoring - 02 - Principios da Refatoração
M.Folwer Refactoring - 03 - Bad Smell no Código
M.Folwer Refactoring - 04 - Escrevendo Testes
M.Folwer Refactoring - 05 - Catálogo de Refatorações
M.Folwer Refactoring - 06 - Basic Refactorings
M.Folwer Refactoring - 07 - Encapsulation
M.Folwer Refactoring - 08 - Moving Features
M.Folwer Refactoring - 09 - Organizing Data
M.Folwer Refactoring - 10 - Simplifying Conditional Logic
M.Folwer Refactoring - 11 - Refactoring APIs
M.Folwer Refactoring - 12 - Dealing with Inheritance
Josua Kerievsky - Refactoring to Patterns
Chapter 1. Why I Wrote This Book
Chapter 2. Refactoring
Chapter 3. Patterns
Chapter 4. Code Smells
Chapter 5. A Catalog of Refactorings to Patterns
Chapter 6. Creation
Chapter 7. Simplification
Chapter 8. Generalization
Chapter 9. Protection
Chapter 10. Accumulation
Chapter 11. Utilities
GitHub project
Currently v1.1.0
© 2023. All rights reserved.
Dev Book Studies
Estudos Deb
Chapter 10. Accumulation
Move Accumulation to Collecting Parameter
Move Accumulation to Visitor