Maciej Kosiedowski
All posts by

Maciej Kosiedowski

expand_more

How to improve the quality of your PHP code? Part 3 – End-to-end / integration testing

In the final part of our series, it’s time to set up end-to-end / integration testing environment & ensure that we’re ready to check the quality of our work.

How to improve the quality of your PHP code? Part 2 – Unit testing

Improve your PHP Code - Unit Testing

In the previous part of “How to improve my PHP code?” we set up some automated tools to automatically review our code. That’s helpful, but it doesn’t really give us any impression on how our code meets the business requirements. We now need to create tests specific to our code’s

How to improve the quality of your PHP code? Part 1 – Automated tools

Improve your PHP Code

Let’s be honest. PHP has a very bad press when it comes to code quality. By reading this series of articles, you will learn how to improve the quality of your PHP code.