Building Maintainable PHP Applications: Planning
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 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.
Learn about the differences between framework coupling and framework decoupling and how they affect the maintainability of the code.