koenhendriks / CarParkSimulation

Java assignment for a car park simulation
GNU General Public License v3.0
1 stars 3 forks source link

Code evaluation #39

Closed JoeyBB91 closed 8 years ago

JoeyBB91 commented 8 years ago

Ask your lectures how you should hand in the code (dropbox, git access, paper). The code shall be evaluated on the following points:

  1. Correctness;
  2. Appropriate use of language constructions;
  3. Style (comments, indentation, naming of variables;
  4. Technical level and functionality;
  5. Originality and creativity;
  6. Correct use of MVC-pattern;
  7. Logical package structure;
  8. Has Javadoc been added at the right places. (Generate the HTML pages that provide the Javadoc documentation).

We should evaluate our code to see if it holds up to these requirements.

JoeyBB91 commented 8 years ago

I will start taking a look at some of our code soon.

JoeyBB91 commented 8 years ago