python-20 / video-downloader

A python application to download videos
GNU General Public License v3.0
10 stars 10 forks source link

Comment the code #16

Open chonix opened 4 years ago

chonix commented 4 years ago

Please do comment the functions and classes. Make it easier for everyone. Also: it's a best practice

https://realpython.com/python-comments-guide/

RyanSamman commented 4 years ago

Commented on core.py, and stable parts of qt.py

cherylli commented 4 years ago

I've added docstrings and comments on everything I did

cherylli commented 4 years ago

I'm just trying incorporate this into the contribution doc. would it be better to add the bugfix commnets in the pull request comments rather than in the code?