Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Dale Matthews   on Jul 04 In Java Category.

  
Question Answered By: Brandon Tucker   on Jul 04

Including "type" in the definition of an object
is what is described in the Hungarian notation in
Code Complete... he has a large discussion on it and a
couple of tables....<br><br>I've used the underscore
infront of a member  variable to indicate an instance
variable and nothing to describe the local... Sometimes
this is an "overformalization" but if you can get
everyone on the team (and these conventions are mainly
used for code in a team environment or if you drop
dead tomorrow, someone ELSE might have to maintain) to
follow the convention, more power to you... Young kids
coming out of college have never worked in a team
environment and have never had to maintain someone else's
cryptic spagetti code; and just don't understand the need
for standardization. They also don't understand that
if they change code to get their section to work;
and yet break everyone else's functionality that it's
THEIR problem not everyone else's.<br><br>I guess it's
just my prior military need for standardization that
drives me...<br><br>Stephen
McConnell<br>http://www.crosslogic.com

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Naming conventions Or get search suggestion and latest updates.


Tagged: