Section 3 – Clean PHP 8 Patterns and Style
The previous two sections were about fundamental language features. This section is where we start looking at writing code rather than just understanding it. If you haven't already, you are strongly encouraged to clone or download the code from the GitHub repository hosted at https://github.com/PacktPublishing/The-Art-of-Modern-PHP-8 as you really will benefit from seeing the code in your IDE when working through this section.
This section contains the following chapters:
- Chapter 7, Design Patterns and Clean Code
- Chapter 8, Model, View, Controller (MVC) Example
- Chapter 9, Dependency Injection Example