For Assignment 3 and later you must document your code!

Disclaimer: Dieser Thread wurde aus dem alten Forum importiert. Daher werden eventuell nicht alle Formatierungen richtig angezeigt. Der ursprüngliche Thread beginnt im zweiten Post dieses Threads.

For Assignment 3 and later you must document your code!
Hey all,
after grading your first homework, we came to the conclusion, that undocumented Prolog code is awful. Especially if you do have some errors in your code, finding them and understanding your intention takes a lot of time without proper comments.

So hereby we announce, that we will deduct points for missing documentation in all following coding-homework problems.

To summarize it:

You should use comments to support your code, so that it is possible to understand what you are (trying or) doing in your Prolog files.