Building Maintainable PHP Applications: Data Transfer Objects
Learn about data transfer objects, why they are useful and why it's better to use them over arrays.
Learn about data transfer objects, why they are useful and why it's better to use them over arrays.
Learn about the different approaches of figuring out the business processes and what needs to be done before writing any code or doing anything technical.
Learn about the differences between thinking in terms of data (CRUD) vs thinking in terms of business processes (behaviour) and how it affects code maintainability.