Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #866

Re: Hungarian Notation and Java

From Roedy Green <see_website@mindprod.com.invalid>
Newsgroups comp.lang.java.help
Subject Re: Hungarian Notation and Java
Date 2011-07-13 15:33 -0700
Organization Canadian Mind Products
Message-ID <307s17tp29onsctfqr9457n771dnrkcgtl@4ax.com> (permalink)
References <b4d806bc-4f94-4655-8699-5e1c32e111ed@q1g2000vbj.googlegroups.com>

Show all headers | View raw


On Wed, 13 Jul 2011 07:46:19 -0700 (PDT), Steve <tinker123@gmail.com>
wrote, quoted or indirectly quoted someone who said :

>Is there any reason left to use Hungarian notation with Java?

The IDE has pretty much obsoleted it.  In IntelliJ for example, you
point at a variable or method, then hit Ctrl-B and it takes you to the
definition where you can see the type information and comments about
the method or variable. Further Java is pretty tight in type checking,
so if you make a mistake the edit-time syntax checking will catch the
problem before it propagates.

Automatic colourising also partly replaces it. 
-- 
Roedy Green Canadian Mind Products
http://mindprod.com
One thing I love about having a website, is that when I complain about
something, I only have to do it once. It saves me endless hours of grumbling.

Back to comp.lang.java.help | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Hungarian Notation and Java Steve <tinker123@gmail.com> - 2011-07-13 07:46 -0700
  Re: Hungarian Notation and Java lewbloch <lewbloch@gmail.com> - 2011-07-13 08:47 -0700
  Re: Hungarian Notation and Java markspace <-@.> - 2011-07-13 09:23 -0700
  Re: Hungarian Notation and Java Roedy Green <see_website@mindprod.com.invalid> - 2011-07-13 15:33 -0700
  Re: Hungarian Notation and Java Lothar Kimmeringer <news200709@kimmeringer.de> - 2011-07-14 18:45 +0200
    Re: Hungarian Notation and Java lewbloch <lewbloch@gmail.com> - 2011-07-14 17:30 -0700
  Re: Hungarian Notation and Java Travers Naran <tnaran@gmail.com> - 2011-07-17 22:06 -0700

csiph-web