CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
7 stars 6 forks source link

Inline documentation is lacking #23

Closed linguini1 closed 11 months ago

linguini1 commented 1 year ago

Inline documentation in many different modules (such as the block modules or enum modules) are lacking full documentation.

Doing so will not only make the code clearer for newcomers, but can also help with intelli-sense/LSP suggestions. This will speed up the development process and make errors less probable.