Re: Is there a better way to do this?




"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


.