Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion nomenclature
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bob smith  
View profile  
 More options Oct 2 2012, 3:51 pm
Newsgroups: comp.lang.java.programmer
From: bob smith <b...@coolfone.comze.com>
Date: Tue, 2 Oct 2012 12:51:05 -0700 (PDT)
Local: Tues, Oct 2 2012 3:51 pm
Subject: nomenclature
Is this sort of thing bad practice (using parameter names that are the same as my field names in the constructor)?

public My_Rectangle(double x, double y, double width, double height) {
                this.x=x;
                this.y=y;
                this.width=width;
                this.height=height;

}


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.