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.
Scripting vs. Programming (Score:2)
We're re-watching Coupling season one at the moment (the real one, from the BBC), and all of this reminds me of Jane's pronouncement: "
Re:Scripting vs. Programming (Score:1)
No, it doesn’t. Joel wrote about this in one of his recent weblog posts, but I would have said the same thing even before he opined on this precise issue.
Joel’s dictum is not to forever keep the code you have – it’s to never throw it all away to start from scratch. Couldn’t Mozilla have improved their codebase one module at a time? Did they need to junk the rendering engine and the UI library and the networking code and the profile manager and everything else at once? Not likely. Sure, it would have been more frustrating, on grand average, to painstakingly comb the kinks out of the bad codebase, than just start over from scratch. But it would likely have taken no longer, and in the meantime there would always have been working code.
Reply to This
Parent