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.
It's about program design, stupid! (Score:2)
At the higher levels, the how and why of things fitting together and how the data needs to be passed around, most people seem to just attach things with whatever pipe fittings they have close by, rather than using some consistent, overarching philosophy.
On the other side are overly-absract frameworks where even understanding the design ins't enough because none of the abstract framework really points to specific application tasks.
Design is a readability problem no matter which language it is. Syntax is trivial.
Reply to This
Re: (Score:1)
That's why I prefer to talk about "maintainability" rather than "readability". It shifts the discussion away from syntax to other factors which actually matter.