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.
Inside-out vs outside in (Score:1)
A framework defines the outside boundaries of the problem to be solved, and assists in the solution.
Library is like this...
Framework is like this
|-->FRAMEWORK...PROBLEM...FRAMEWORK--|
The key distinction here for me is that if you use a bad library, you can swap it out for a better one.
If you hit the limits of your framework, you are in much bigger trouble.
Reply to This