Discussion:
Commenting and the main() method
(too old to reply)
Mohamed El Beheiry
2005-01-20 22:29:04 UTC
Permalink
I just have a couple questions...

To what extent does our Rational.java file have to be commented? And do we
need any references to people that may have assisted us on the project? I
remember this was a requirement in ECE150.

As for my 2nd question, should the main() method be included in the
Rational.java file? I heard some people in our class mention that it should
be located in another .java file.

Thanks,

Mohamed
Mazeiar Salehie
2005-01-21 18:25:02 UTC
Permalink
1- Comments are one of the important thing in marking your project. I don't
know about references to people who assisted you (it's supposed to be done
individualy). The instructor can decide about it.
2- No, you need not to include the main method. (it will be ignored).

Mazeiar
Post by Mohamed El Beheiry
I just have a couple questions...
To what extent does our Rational.java file have to be commented? And do
we need any references to people that may have assisted us on the project?
I remember this was a requirement in ECE150.
As for my 2nd question, should the main() method be included in the
Rational.java file? I heard some people in our class mention that it
should be located in another .java file.
Thanks,
Mohamed
Loading...