All posts by
Maciej Kosiedowski
expand_more
How to improve the quality of your PHP code? Part 3 – End-to-end / integration testing
Maciej Kosiedowski May 14, 2018In 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
Maciej Kosiedowski March 26, 2018In 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
Maciej Kosiedowski March 5, 2018Let’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.
Categories
expand_more