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.
Re: (Score:1)
Only to a certain degree. Read The Shlemiel way of software [salon.com], a Salon interview with Joel Spolsky, he explains much better than I could (which is why I didn't originally answer). Choice quotation:
Re: (Score:2)
There's a huge difference between what I am talking about and what Spolsky is talking about. He's talking about someone being able to generally specify something and have it just work. I'm talking about generally specifiying something and having the bulk of the code written to do it. 4GL languages suck because they ignore the complexity. Code generators rock because they take away the grunt work and all the programmer has to do is focus on the complexity.
Read about code generators in Code Complete. T
Re: (Score:1)
Reply to This
Parent