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. > > That is a bit more to write but I don't particularly like underscores in > > names. > > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]