-
How integrate GitHub Copilot to generate commit messages automatically?
This post explains how to use GitHub Copilot to generate commit messages automatically, improving productivity and ensuring clear commit history.
-
🤓 Why do PHP developers love the empty line at the end of the file? PHP Review #6
This post explains why developers add an empty line at the end of PHP and Twig files, presenting technical, historical, and humorous reasons for this practice. You'll learn how it affects compatibility, code readability, and helps avoid errors.
-
🧹 How to Remove Recipes from the `extra` Section in composer.json
A quick guide to understanding and cleaning up the `extra` section in composer.json, especially Symfony recipes.
-
🧐 Floats and the Mystery of -0.0 PHP Review #5
Did you know that PHP has negative zero? This post is a journey through the world of negative zeros, division by infinity, and why in your code you can still safely write `== 0.0`.
-
PhpUnit willReturnMap - PHP Review #4
🐛 "PhpUnit, willReturnMap and default arguments – how to fall into a subtle trap 🪤"