From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8583 invoked by alias); 29 Jul 2009 16:50:52 -0000 Received: (qmail 8574 invoked by uid 22791); 29 Jul 2009 16:50:51 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Jul 2009 16:50:40 +0000 Received: (qmail 9874 invoked from network); 29 Jul 2009 16:50:38 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 29 Jul 2009 16:50:38 -0000 From: Vladimir Prus To: Samuel Bronson Subject: Re: Private data members Date: Wed, 29 Jul 2009 16:50:00 -0000 User-Agent: KMail/1.11.90 (Linux/2.6.24-24-generic; KDE/4.2.90; i686; svn-979530; 2009-06-10) Cc: gdb@sources.redhat.com References: <200907291245.32359.vladimir@codesourcery.com> <87ocr3qx7j.wl%naesten@gmail.com> In-Reply-To: <87ocr3qx7j.wl%naesten@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200907292050.35103.vladimir@codesourcery.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00230.txt.bz2 On Wednesday 29 July 2009 Samuel Bronson wrote: > At Wed, 29 Jul 2009 17:41:20 +0400, > Vladimir Prus wrote: > > > > Daniel Jacobowitz wrote: > > > > > > I don't think ignore_count_ is clear. > > > > Well, it's a convention for naming private variables used by roughly > > half of C++ developers, so I expect many current and future contributors > > know it already. > > Hmm. I'm only familiar with the _ignore_count convention that's used > in e.g. Python (and sometimes in C, even though it's not really > allowed in user code there). That's why I've said "half". Though I actually expected the other half to be familiar with the m_foo convention :-) - Volodya