Newb Naming Convention Question



In the couple of languages I've been using the most, it has been standard practice to use some type of Hungarian Notation.

This does not seem to be the case with most of the java I've seen so far as I've been trying to learn. Is there any "standard" hungarian for Java - I like using it.
--
Still Playing NWN1? Like retro-gaming? Try my (free, of course) PW:
http://games.groups.yahoo.com/group/LotV
.



Relevant Pages

  • Re: Newb Naming Convention Question
    ... standard practice to use some type of Hungarian Notation. ... Java - I like using it. ... here is some advice as to why it's not ideal to use: ...
    (comp.lang.java)
  • Re: Newb Naming Convention Question
    ... standard practice to use some type of Hungarian Notation. ... Java - I like using it. ... These conventions doesn't use Hungarian notation, and so very few Java programmers use them. ... In Java case type safety is insured by language, and type errors are very quickly shown by compiler or in run time, so you can free variable names from easily obtained information. ...
    (comp.lang.java)
  • Re: Mixed case?
    ... brained enthusiasts. ... My previous job required Hungarian notation for all code, not just C, ... but Java as well--which is even more ridiculous as Java is strongly ...
    (comp.lang.c)