Applying Best Coding Practices to PHP, Part One

By Vinícius Campitelli

When advancing in our careers as developers, we come across some questions about the structure of our software. Before long, the main question about solving a problem is not about what to do anymore, but how to do it elegantly. We start looking for better development tactics and how to make our code mode readable and easier to maintain. Not only because it’s more elegant, but doing so can significantly save us time, as sometimes we spend more time trying to understand it than really writing it. In this self-development journey, everything is beautiful. In this article, I’ll share how you can use the SOLID principles to make your code flexible and maintainable.

This article was originally published in the November 2020 issue of php[architect] magazine. To read the complete article please subscribe or purchase the complete issue.

Leave a comment

Use the form below to leave a comment: