issues
search
Paulinakhew
/
web_trader
📊 Python Flask game that consolidates data from Nasdaq, allowing the user to practice buying and selling stocks.
MIT License
27
stars
19
forks
source link
Add docstrings to all functions and clean up code
#32
Open
Paulinakhew
opened
5 years ago
Paulinakhew
commented
5 years ago
this issue just has to do with code readability
in the future, when building this out, each function should be properly labeled and its purpose should be easy to identify
this
website has a lot of popular docstrings formats
[ ] Add docstrings to all functions in
model.py
[ ] Add docstrings to all functions in
controller.py
[ ] Add line separations within functions
[ ] remove unnecessary commented out code
[ ] implement flake8
model.py
controller.py