DEV Community

Discussion on: What was your win this week?

Collapse
 
matthewbdaly profile image
Matthew Daly

Wrote my first Psalm plugin (for Zend Framework 1).

There's not much to it (I just generated a stub of all the functions and classes that Zend 1 provides, then deleted all the non-Zend stuff it generated, and it was pretty much done), but once it was in place on the legacy project I maintained it reduced the time for Psalm to run from around 15 minutes to 90 seconds. That means I can run it more often, and get faster feedback in my editor.