HalfDeadPie / labelord_halfdeadpie

v0.5
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Code style #2

Open MarekSuchanek opened 7 years ago

MarekSuchanek commented 7 years ago

Your code style could/should be improved. You use a lot of redundant brackets (usually after if, elif, etc.) and sometimes semi-colons. Also some of your functions are really very long and could be more DRY... For checking style you can use http://flake8.pycqa.org

Your solution works, so you get 5 points.