Hacker News new | ask | show | jobs
by ameliaikeda 3518 days ago
What's the benefit of this tool over, say, StyleCI or even php-cs-fixer? It has a hard-to-use UI (in-browser), isn't a standalone tool, and can't be relied on for dev workflow. You can achieve a similar result just by running php-cs-fixer, and that would even teach a new user more.

It also changes class names to arbitrary names (e.g. sc_581ef0bae38b2) when attempting to fix code, which is not at all helpful.

1 comments

Yeah StyleCI is the way to go if you want this automated.