Re: Is there a better way to do this?
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 13:50:58 -0400
"John" <jtlinux1@xxxxxxxx> wrote in message
news:46abb77d$0$4025$9a566e8b@xxxxxxxxxxxxxxxxxx
On 2007-07-28, JT <jtlinux1@xxxxxxxx> wrote:
New version of programs
StatPackTester.java (invokes StatisticsPackage and displays results)
http://sparklesthecat.is-a-geek.com/code/StatPackTester.java
StatisticsPackage.java (does all the work)
http://sparklesthecat.is-a-geek.com/code/StatisticsPackage.java
I don't think there are any magic values, although some of the
class variables have obscure names.
If a variable name is unclear, consider renaming the variable
something clearer, or at worst, add a comment explaining what the variable
is for.
Also note that the term "Package" has a very specific meaning in Java,
and I was thrown off when I saw your class was called "StatisticsPackage".
- Oliver
.
- References:
- Is there a better way to do this?
- From: John
- Re: Is there a better way to do this?
- From: Patricia Shanahan
- Re: Is there a better way to do this?
- From: JT
- Re: Is there a better way to do this?
- From: John
- Is there a better way to do this?
- Prev by Date: Re: Is there a better way to do this?
- Next by Date: Re: Linux printing from Eclipse
- Previous by thread: Re: Is there a better way to do this?
- Next by thread: Re: Is there a better way to do this?
- Index(es):