rjones777 / pwp-capstones

0 stars 0 forks source link

commenting code in python #3

Open ad3429 opened 6 years ago

ad3429 commented 6 years ago

https://github.com/rjones777/pwp-capstones/blob/master/TomeRater_Project/TomeRater.py#L136

It seems you have some unnecessary comments in your code such as "???" and "!!!". I'm not sure if this was for your own purposes, but generally in production code you want to avoid having comments like this since it distracts from your code.

rjones777 commented 6 years ago

Sloppy indeed. I had left the comments to ‘dog ear’ some of my remaining problematic functions but was so excited I got the populate.py script to run with no errors in Eclipse, and could finally stop setting Breakpoints to test, that I forgot to remove them from the code.