LuposX / LetsCreateGame

My Classmates and Me are trying to create a 2d-game
MIT License
3 stars 1 forks source link

Improve documentation #22

Open LuposX opened 4 years ago

LuposX commented 4 years ago

Improve the documentation of the classes e.g.;

/**
 * Takes a number and returns its square root.
 * @param x The value to square.
 * @return The square root of the given number.
 */
public float getSqrt(float x) {
...
}
LuposX commented 4 years ago

@GloeStoe @LuposX

Wir brauchen viel mehr kommentare und/oder #54 Du versteht vieles noch karl weil du so viel von den mechaniken programmiert hast. Aber wir brauchen mehr dokumentation. Nicht nur methoden sondern auch sachen methoden.