Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'true/false' rather than '1/0' for boolean user preferences #387

Closed
mcpierce opened this issue Jul 1, 2020 · 0 comments · Fixed by #489
Closed

Use 'true/false' rather than '1/0' for boolean user preferences #387

mcpierce opened this issue Jul 1, 2020 · 0 comments · Fixed by #489
Assignees
Labels
feature A new feature or enhancement to an exisiting feature users Issues related to the user subsystem.
Milestone

Comments

@mcpierce
Copy link
Contributor

mcpierce commented Jul 1, 2020

There are places in the code where the values '1' and '0' are used to specify boolean values for user preferences. These should instead user 'true' and 'false', respectively, to be more explicit.

@mcpierce mcpierce added enhancement A pull request containing a a new feature, refactoring, or security improvement.. users Issues related to the user subsystem. labels Jul 1, 2020
@mcpierce mcpierce added this to the 0.7 milestone Jul 1, 2020
@mcpierce mcpierce added feature A new feature or enhancement to an exisiting feature and removed enhancement A pull request containing a a new feature, refactoring, or security improvement.. labels Jul 6, 2020
@mcpierce mcpierce self-assigned this Aug 25, 2020
mcpierce added a commit that referenced this issue Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or enhancement to an exisiting feature users Issues related to the user subsystem.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant