DEV Community

Discussion on: IDE-isms - How does your IDE affect your coding style?

Collapse
 
vasilvestre profile image
Valentin Silvestre

I'm coding in PHP and PHPStorm + plugins (PHP EA inspections & more) are changing my way to code.

It force me to apply best practice, the code sniffer tell me that I'm not PSR compliant (standards recommandations).

It make me a better developer :)