Re: Reusing SQL data-related logic, replacing weird modules and improving Class::DBI
- From: Robert Jordan <robertj@xxxxxxx>
- Date: Mon, 04 Jul 2005 12:47:16 +0200
Hi Ron,
Look at the sheer volume of DBI-related code on CPAN. Are those authors all
idiots, that they have overlooked or failed to design/write a little module to
solve this problem?
The fact that a lot of CPAN authors did't came up with a solution
for this problem doesn't mean that the problem is unsolvable.
Look, where is the difference between
1) generating HTML using HTML::TreeBuilder or CGI.pm or ... (there
must be at least 10 other modules for this problem ;-)
2) generating SQL using SQL::Builder or other similar module.
3) (abstract) generating code for language L using an AST-like
approach.
4) (abstract) generating code for languages L(1)...L(n) using
an AST-like approach for the language L and backend drivers
for L(1)...L(n).
Sorry, but I remain convinced you'd be better off spending your time elsewhere.
The fact the Sebastian and others are prepared to contribute to Perl via modules
on CPAN is something I, and many others, appreciate.
It's the choice of problem which we think is misguided.
I really appreciate the warning you (as a CPAN author) gave him,
but I won't say he is misguided.
Rob
ps: just a shy question: you also don't like O/R mappings, isn't it? :-)
.
Relevant Pages
- Re: Regular Expression to Replace UPPER Case Text with lower case text
... cc> files) I suggested that Perl might do well at the conversion, ... cc> serious language for that kind of job, ... So they're idiots. ... Why do you care about the opinions of idiots? ... (comp.lang.perl.misc) - Re: is laziness a programers virtue?
... I am too lazy to learn Perl. ... yeps, just hire the idiots to do it and cash in. ... (comp.lang.lisp) - Re: Perl language dictionary entry
... I am hoping you folks would help with a Perl ... > Language Dictionary (cheat-sheet) page in the Software ... I'm looking for a quick overview of general program ... If you ask questions of idiots, ... (comp.lang.perl.moderated) - Re: Reusing SQL data-related logic, replacing weird modules and improving Class::DBI
... >> Look at the sheer volume of DBI-related code on CPAN. ... >> authors all idiots, that they have overlooked or failed to ... Nowadays I write the HTML in it's own file, and use HTML::Template (5 stars) to ... (comp.lang.perl.modules) - Re: Log Files
... Perl, the ones you configured for each important program, and as ... I'd watch auth.log with xconsole or whatever ... If you ask questions of idiots, ... (comp.unix.bsd.freebsd.misc) |
|