NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Code smell heuristic (Score:2)
Thanks for the heuristic! I never realized that before! I think this will help improve my coding.
(If there's a larger source where you picked that up, I'd be benefitted by a pointer.)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re: (Score:2)
I figured a concrete example would help. Imagine this awful method from some Catalyst code I was working on:
Re: (Score:1)
Look at the method names. Do they really focus on what the methods do? Where is the axis of duplication? (hint: group by)
Re:Code smell heuristic (Score:2)
This was a tiny example and merely a first-pass refactor. If you look at the actual code I checked in, you'll see it's much cleaner.
Reply to This
Parent