Al Fogleson wrote:
>
> True enough, actually our coding standards require Hungarian notation also.
> It's nice to know whenever I see iCounter that Counter is an integer. Or
> ICounter is an Integer, and so on.
>
Sure it is, untill you decide, iCounter or ICounter should really be
lCounter or LCounter and have a lot of references to it in your code and
your comments. In that case you created a lot of unnecessary work
instead of altering a simple line of code like:
int Counter;
to
long Counter;


Sven

--
======================================================================================
Sven van 't Veer                                              http://www.cachoeiro.net
Java Developer                                                      [EMAIL PROTECTED]
======================================================================================

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to