RobotFactory/README.md

18 lines
558 B
Markdown
Raw Normal View History

2022-12-20 12:58:23 +01:00
# RobotFactory
## Style Guide
2022-12-22 13:31:38 +01:00
2022-12-20 12:58:23 +01:00
* For every method you write you also write the JUnit test and comments.
2022-12-21 13:57:24 +01:00
* Always mark the task you're currently working on the kanban board and move it to the right phase.
2022-12-22 13:31:38 +01:00
## References
* [JavaDocs](https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html)
* [Markdown](https://www.markdownguide.org/extended-syntax/)
* [JUnit](https://junit.org/junit5/docs/current/user-guide/)
2022-12-21 13:57:24 +01:00
## Contributors
* Luc Dreibholz (Matr.Nr.: 2210544)
* Stefan Müller (Matr.Nr.: _______)
* Roman Schöne (Matr.Nr.: 2211275)