Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Object-Oriented PHP: Writing Resilient & Reusable Code in PHP 7

Posted By: AlenMiler
Object-Oriented PHP: Writing Resilient & Reusable Code in PHP 7

Object-Oriented PHP: Writing Resilient & Reusable Code in PHP 7 by Junade Ali
English | 24 Apr. 2017 | ASIN: B0716BWRVR | 146 Pages | AZW3 | 2.64 MB

Most PHP developers have a clear understanding of what technical debt looks like and the business necessity of having resilient and reliable code. With the release of PHP 7, the Object-Oriented language features of PHP have matured significantly. This book seeks to discuss how you can use Object-Oriented PHP now.

In order to rapidly deliver value through software, your codebase needs to be resilient to the forces of change. This book will guide you through using Object-Orientation in modern PHP to deliver a reliable and reusable code throughout the design, development and construction phases. Whether working on a brand new codebase or refactoring existing code, this book will discuss the patterns to ensuring your codebase is resilient and reliable for years to come.

Topics include:

An Introduction to Object-Orientation
Advanced Object-Oriented Programming
SOLID Design Principle
Gang of Four Design Patterns
Testing (Unit Testing, Integration Testing and End-to-End Testing)
Improving code quality through Refactoring

PHP