Closed AlyssaCote closed 11 months ago
It's been noted that there are docstrings and typehints missing, particularly in Experiment_Overview.py, views.py, and view_builders.py.
Experiment_Overview.py
views.py
view_builders.py
Adding missing typehints and docstrings makes the project more consistent and clear.
Go through the SmartDashboard code and add typehints and docstrings where they are missing.
Description
It's been noted that there are docstrings and typehints missing, particularly in
Experiment_Overview.py
,views.py
, andview_builders.py
.Justification
Adding missing typehints and docstrings makes the project more consistent and clear.
Implementation Strategy
Go through the SmartDashboard code and add typehints and docstrings where they are missing.