Skip to content

Instantly share code, notes, and snippets.

@Zen-CODE
Last active December 28, 2015 13:49
Show Gist options
  • Save Zen-CODE/7510717 to your computer and use it in GitHub Desktop.
Save Zen-CODE/7510717 to your computer and use it in GitHub Desktop.
Question on config
Going through config.py, something confused me.
In available configuration options, the docs mix int and booleans pretty freely. I know it works, but think it could be clearer.
e.g.
kivy: desktop : (0, 1)
Enable/disable specific features if True/False.
Should it not be:
kivy: desktop : boolean
Enable/disable specific features if True/False.
I know 0 and 1 are effectively the same, but I think the second version here is surely more clear?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment