Clean Code in PHP PDF Download

Are you looking for read ebook online? Search for your book and save it on your Kindle device, PC, phones or tablets. Download Clean Code in PHP PDF full book. Access full book title Clean Code in PHP by Carsten Windler. Download full books in PDF and EPUB format.

Clean Code in PHP

Clean Code in PHP PDF Author: Carsten Windler
Publisher: Packt Publishing Ltd
ISBN: 1804618756
Category : Computers
Languages : en
Pages : 264

Book Description
Practical lessons, examples, and practices from PHP experts on how to take your PHP skills to a professional level Key FeaturesEasily navigate to key clean code principles specific to PHP development with this hands-on guideLearn the how and why of writing clean code through practical examplesSkip the superfluous knowledge and grasp everything that's relevant to the real-world development environmentBook Description 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. What you will learnBuild a solid foundation in clean coding to craft human-readable codeUnderstand metrics to determine the quality of your codeGet to grips with the basics of automated testsImplement continuous integration for your PHP applicationsGet an overview of software design patterns to help you write reusable codeGain an understanding of coding guidelines and practices for working in teamsWho this book is for This book is for early-career PHP developers who wish to avoid writing messy code by learning how to write understandable and maintainable code that sets them apart from rest. The book assumes familiarity with PHP coding and principles, but no knowledge of advanced principles will be necessary.