[sf-perl] Whack your Perl code

Fred Moyer fred at redhotpenguin.com
Tue Apr 10 22:44:02 PDT 2012


This program uses PPI to determine what parts of your codebase are
good candidates for refactoring by looking for complicated
subroutines. I'm intrigued by the logic, but I'm not completely sold
on refactoring just to clean things up. Refactoring without business
goals can cause problems more often than not I've found.

https://github.com/wickline/whack/blob/master/whack.pl


More information about the SanFrancisco-pm mailing list