CLIxIndia-Dev / MiTiRobot

A chatbot for Telegram
MIT License
0 stars 1 forks source link

Code style guide ... pep8 standard #2

Open coleshaw opened 7 years ago

coleshaw commented 7 years ago

So this is really nit-picky, but it would help the readability of the code if you followed the PEP8 style guide. Depending on what editor you use, there should be various plugins that flag pep8 violations in the editor. Here's an example of what it would look like. Hovering over the red line tells me what the editor thinks could be improved.

captura de pantalla 2017-09-15 a la s 3 20 05 pm

I've never actually read the entire pep8 guide, but in general:

I can help you find a pep8 plugin and configure it, if you let me know what editor you're using.

brandonhanks commented 7 years ago

Yeah I actually have it enabled and I can see the issues (I use pycharm). I'll clean it up though and push. Thanks!