|
|
@@ -175,5 +175,5 @@ Wichtig: Erstellen Sie ausreichend Unit Tests, um möglichst alle Methoden aus `
|
|
175
|
175
|
|
|
176
|
176
|
Bei dieser Aufgabe ist Ihre Dokumentation wichtig, um Ihren Programmablauf nachvollziehen zu können. Bitte dokumentieren Sie Ihre Funktionen entsprechend umfangreicher und kommentieren Sie spezielle Kniffe im Code, die Sie verwendet haben.
|
|
177
|
177
|
|
|
178
|
|
-[Testing]: https://doc.rust-lang.org/book/testing.html
|
|
179
|
|
-[Documentation Tests]: https://doc.rust-lang.org/book/testing.html#documentation-tests
|
|
|
178
|
+[Testing]: https://doc.rust-lang.org/book/first-edition/testing.html
|
|
|
179
|
+[Documentation Tests]: https://doc.rust-lang.org/book/first-edition/testing.html#documentation-tests
|