We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Here are the code conventions used in komoo project. PLEASE FOLLOW THEM!
Always name your objects (i.e. classes, variables, styles, functions, etc.) using more generic components firsts.
Examples:
Obs.: This is valid for code itself, but not for the folders structure, which are organized by flask blueprints (same idea as django like apps)