chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Add docstrings for non-trivial methods and classes #41

Open enioluwas opened 4 years ago

enioluwas commented 4 years ago

The code is not properly documented in most cases. We need to add docstrings for many of the complex methods and classes e.g

"""
This method does complex stuff.
"""
def doComplexStuff(self, thing):
    pass