Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 91353 invoked from network); 3 Apr 2006 05:31:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Apr 2006 05:31:15 -0000 Received: (qmail 6923 invoked by uid 500); 3 Apr 2006 05:31:14 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 6878 invoked by uid 500); 3 Apr 2006 05:31:14 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 6867 invoked by uid 99); 3 Apr 2006 05:31:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2006 22:31:14 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bojan@rexursive.com designates 203.171.74.242 as permitted sender) Received: from [203.171.74.242] (HELO beauty.rexursive.com) (203.171.74.242) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Apr 2006 22:31:13 -0700 Received: by beauty.rexursive.com (Postfix, from userid 48) id CB0FC1AF281; Mon, 3 Apr 2006 15:30:49 +1000 (EST) Received: from cache6.syd.ops.aspac.uu.net (cache6.syd.ops.aspac.uu.net [203.166.96.240]) by www.rexursive.com (Horde MIME library) with HTTP; Mon, 03 Apr 2006 15:30:49 +1000 Message-ID: <20060403153049.g9c0ncep6ogssgcc@www.rexursive.com> Date: Mon, 03 Apr 2006 15:30:49 +1000 From: Bojan Smojver To: "William A. Rowe, Jr." Cc: dev@apr.apache.org Subject: Re: svn commit: r390549 - /apr/apr-util/trunk/include/apr_dbd.h References: <20060401002815.45737.qmail@minotaur.apache.org> <442DEBDF.6050601@rowe-clan.net> <20060403085929.qbfbaelp7kk008co@www.rexursive.com> <7edfeeef0604021814s54a0f868rfcbf0c3c58fa6e3a@mail.gmail.com> <20060403115145.u6foxmjra8kgoso0@www.rexursive.com> <4430AF27.80306@rowe-clan.net> In-Reply-To: <4430AF27.80306@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Quoting "William A. Rowe, Jr." : > Right - I wasn't being critical of your specific new fn, but just a general > observation. In the past, we created renames_proposed to collect a list for > review and comment before committing the changes; if you agree with the > syntax _get _set etc, then let's start that list again. apr_dbd_get_driver -> apr_dbd_driver_get apr_dbd_check_conn -> apr_dbd_conn_check apr_dbd_set_dbname -> apr_dbd_dbname_set apr_dbd_get_row -> apr_dbd_row_get apr_dbd_get_entry -> apr_dbd_entry_get apr_dbd_get_name -> apr_dbd_name_get I picked this list up from here (hopefully I didn't miss any): http://svn.apache.org/viewcvs.cgi/apr/apr-util/trunk/include/apr_dbd.h?rev=390549&view=markup I don't think we need to touch private functions. Users never see them anyway. And it's always good to confuse ourselves - just when you think you got the hang of the naming convention, the private functions don't follow it ;-) -- Bojan