Code without standards may lead to problems in distributed teams. Luckily, there are tools for automating this!
- PHP Code Sniffer
- PHP CS Fixer
- Easy Coding Standard, that I personally use because it combines both previous tools into one ๐
Code without standards may lead to problems in distributed teams. Luckily, there are tools for automating this!
In recent days Laravel Pint was introduced and caused havoc of ambivalence - some love it, some hate it. Personally I have mixed feelings about it, and I wanted to share my thoughts with the other developers. ...