On 1/31/06, Ron Savage <[EMAIL PROTECTED]> wrote:
> Hi Folks
>
> My plan is to solicit advice on the subs in Rose::DB::Pg, and convert them to
> Rose::DB::Oracle, build_dsn() being the first. Better ideas accepted.
>
> I realize Oracle supports a myriad of forms (syntaxes) for the connection
> string.
>
> The question is: What subset of these do we wish to accept?

Start with the one you use and accept failing tests for others.

Seriously - don't overthink the problem. Get the minimum you need up
and release it, documenting what you DIDN'T do. This is for two
reasons:
    1) If no-one wants the feature you didn't put in, then there's no
reason to put it in.
    2) The moment someone does want it, they'll tell you how they want
to use it. I guarantee you that it's not the way you thought they
would.

Basically, I'm calling "YAGNI" on the idea. There's a really good
reason for this - if you're not using the feature, you WILL implement
it wrong until you have a failing test that demonstrates how the
feature will be used.

Rob


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to