Dnia 2008-05-14, śro o godzinie 14:34 -0400, Rob Leland pisze: > Hi Eamonn, > > In the change sets some variable postfixes were renamed > Nbr -> No > > Example: > Long seqNbr = getNotificationSequenceNumber(); > + Long seqNo = atomicSeqNo.incrementAndGet(); > > > The abbreviation No could also could mean: > No as in 'Yes'/'No' ,
Not as a suffix. > No as in 'Notation', Contrived. > besides 'Number'. > Generally avoiding unclear naming seems desirable. > Comments ? > > -Rob Leland >
