Clean Code in PHP - Helion
Tytuł oryginału: Clean Code in PHP
ISBN: 9781804618752
stron: 264, Format: ebook
Data wydania: 2022-10-31
Księgarnia: Helion
Cena książki: 109,00 zł
PHP is a beginner-friendly language, but also one that is rife with complaints of bad code,;yet no clean code books are specific to PHP. Enter Clean Code in PHP. This book is a one-stop guide to learning the theory and best practices of clean code specific to real-world PHP app development environments.
This PHP book is cleanly split to help you navigate through coding practices and theories to understand and adopt the nuances of the clean code paradigm. In addition to covering best practices, tooling for code quality, and PHP design patterns, this book also presents tips and techniques for working on large-scale PHP apps with a team and writing effective documentation for your PHP projects.
By the end of this book, you’ll be able to write human-friendly PHP code, which will fuel your PHP career growth and set you apart from the competition.
Osoby które kupowały "Clean Code in PHP", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Clean Code in PHP. Expert tips and best practices to write beautiful, human-friendly, and maintainable PHP eBook -- spis treści
- 1. What is Clean Code and Why Should You Care
- 2. Who Gets to Decide What Good Practices Are?
- 3. Code, Don’t Do Stunts
- 4. It’s about More Than Just Code
- 5. Optimizing Your Time and Separating Responsibilities
- 6. PHP is Evolving- Deprecations, Evolutions, and PSR
- 7. Code Quality Tools
- 8. Code Quality Metrics
- 9. Organizing PHP Quality Tools
- 10. Automated Testing
- 11. Continuous Integration
- 12. Working in a Team
- 13. Creating Effective Documentation