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.
The future (Score:3, Insightful)
--
xoa
Re:The future (Score:1)
There's also an open source myth in there somewhere. (I should be writing that article, not eating a candy bar and reading use Perl;.)
There was a discussion on Perl Monks today about access checking. The poster just needed to check if a given user name is in the list of admins. That's pretty simple: just a hash look up.
While I normally use exists to avoid autovivification issues, one poster claimed that that was bad design. "What if you add administrative levels in the future and one of those levels
Re:The future (Score:1)
I wish you would just write the article, rather than continuing to cast aspersions in the direction of open source. It's hard to address a lot of vague notions.
Whatever you write, I doubt that there's any problem in open source that I can't find in closed source, as well. Prima Donna developers? I've seen many working on Closed Source projects. Bad code? Believe me, s
Avoiding strawmen (Score:1)
Re:Avoiding strawmen (Score:1)
I guess I overreacted to the teaser [perl.org], where he said:
Which seems to paint Open Source Developers, as a group, as being delusional with regard to a number of important issues.
While there may be some p
Re:Avoiding strawmen (Score:2, Informative)
Andy's comments about frameworks precipitated my comment.
I now believe very strongly that trying to build a framework is almost always a mistake. Compare successful frameworks and toolkits (GTK, APR) to unsuccessful ones (Mozilla's GRE, Worldforge, lots of things coming out of the JCP or even the W3C these days). The successful ones all grew out of existing successful projects and were generalized to work with other projects. The unsuccessful ones were designed as frameworks and haven't really met the
Re:Avoiding strawmen (Score:1)
Getting out of the framework-writing mindset and letting structure fall out from refactoring duplicate code has made my life so much easier (and improved the code a fair bit too
Reply to This
Parent