Ide
Create a new file at the right place with prefilled content thanks to Jetbrains IDEs
It’s been a while since I felt that pain... I had to manually create a file for every blog post in the correct directory, repeating information based on the title in snake case, using the current...
read articleQuickly check for duplication with your IDE refactoring tools
Using your IDE extract method refactoring tool is a cheap way to discover code duplication, or bugs
read articleExpected, actual, and super fast assertion creation
How fast can you create variables to hold expected and actual values in your test? And how little can you type to write the assertion?
read articleCoder ses tests sans les mains grâce aux Live Templates de PhpStorm
Faciliter l’écriture des tests avec les Live Templates des IDE Jetbrains
read articleAn alias to easily debug PHP scripts
The command to start debugging PHP scripts takes a lot of options. I wanted to free my memory from having to remember everything and created an alias to save me time, keystrokes and brain power.
read articleGenerating dates and UUIDs easily in PhpStorm
Typing a date or generating an UUID is something you have to do a lot while writing tests. Here is a tip that allows to do so with only a few keystrokes in PhpStorm.
read article