Jeremias, Kevin,

What's the riposte?  Comments lie, especially through entropy.  The 
compiler takes no notice of any other intention you are encoding in the 
name.

 >>currentPageNumber = m_pageNumber + 1;

Have mercy.

Peter

Jeremias Maerki wrote:
> On 15.08.2002 13:01:51 Kevin O'Neill wrote:
> 
>>On Thu, 2002-08-15 at 20:59, Jeremias Maerki wrote:
>>
>>>I know that's probably unpopular but I usually like to reference member
>>>variables like this:
>>>this.currentPageNumber = pageNumber + 1;
>>
>>I used to use that convention except that someone always forgets to do
>>it and your back where you started.
> 
> I knew that comment would come up. That's why I stamped it as unpopular.
> 
>>what about
>>
>>currentPageNumber = m_pageNumber + 1;
> 
> I can live with that. Many projects use that convention.

-- 
Peter B. West  [EMAIL PROTECTED]  http://www.powerup.com.au/~pbwest/
"Lord, to whom shall we go?"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to