MovingBlocks

Find something undocumented, then document it

Not every piece of code is self-documenting :) To help explain what our code does, Terasology uses Javadoc - a system of documentation that uses structured inline comments - and provides guidelines for well-formed documentation. Your task is to find a method or class in the Terasology engine or any module where Javadoc is missing and add it!

Definition of 'Done'

  • A pull request containing new Javadoc documentation is submitted to the engine or any module repo. At least 5 easy classes (small components and interfaces) or one harder class (a system or widget) should be documented.

Where to start

Note

This is a multi-instance task and other students may claim it as well, they might even end up trying to document the same thing. Please look on GitHub in the target repo for any pending PRs that may already cover code you were interested in documenting

Task tags

  • documentation
  • java
  • javadoc

Students who completed this task

Jindřich Dítě, Max Borsch, Rajat Patel, Sagar Gupta, eviltak, Aleksander Wójtowicz, Thomas O'Keeffe

Task type

  • chrome_reader_mode Documentation / Training
  • done_all Quality Assurance
close

2017