sebastien / cuisine

Chef-like functionality for Fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactoring

shoonoise opened this issue · comments

From my fresh view on this project, it should be total refactored.

I see issues below:

  • Use spaces to indents (now used mixed tabs/spaces(!))
  • Use two empty lines between functions definition (low priority)
  • Use lambda for one line functions (low priority)
  • Optimize import
  • And so on PEP-8

So, I can do it (actually, I've done the most of it).
Ask me, if something doesn't clear enough, English is not native for me.

Thanks, but this is not something that I would like to do for Cuisine.