TODO lijst toegevoegd (moet misschien nog uitgebreid worden)

This commit is contained in:
Leen Dereu
2018-03-10 16:02:00 +01:00
parent c324656fc2
commit 2f73e0f684
2 changed files with 13 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ public class Worm {
*/
private void setOrientation(double orientation) {
// TODO nominal checking
// TODO enkel 0 - 2pi toegelaten (isValidOrientation => invar)
this.orientation = orientation;
}
@@ -258,7 +259,6 @@ public class Worm {
/**
* Return the mass of the worm
* the mass of the worm expresses the weight of the worm
*
*/
@Basic
public double getMass() {

12
docs/TODO.txt Normal file
View File

@@ -0,0 +1,12 @@
* zorgen dat @invar klopt in de code
* documentatie: - Worm
- Worm
- getMaxActionPoints
- decreaseActionPoints
- canTurn
- Tuple (methode)
* testen schrijven
* documentatie Facade
* is Facade klaar?
* @-statements
* class Worm nakijken op totaal/nominaal/defensief programmeren