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.
twitter: @vcampitelli
Articles
Applying Best Coding Practices to PHP, Part Two
By Vinícius Campitelli
Sometimes, SOLID can be a bit hard (no pun intended) to follow because we can’t even notice what we are doing wrong, especially with the Liskov Substitution Principle, as it can be very theoretical. In part two, we look at another, more practical approach for writing solid code.
Published in PHP 8 Bits and Git, December 2020
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.
Published in SOLID Foundations, November 2020