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 booleans for booleans #97

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

lenvm
Copy link
Collaborator

@lenvm lenvm commented Nov 14, 2023

What

This pull request updates boolean parameters to use booleans (true, false), rather than (1, 0).

Why

Booleans are easier to read and understand by humans than 1, 0, and the usage of them lead to less errors in the code.

@dalathegreat dalathegreat self-assigned this Nov 14, 2023
@lenvm lenvm force-pushed the feature/use-booleans-for-booleans branch from 9129f79 to e2cac8f Compare November 14, 2023 21:02
@lenvm lenvm merged commit 141a6c5 into dalathegreat:main Nov 14, 2023
15 checks passed
@lenvm lenvm deleted the feature/use-booleans-for-booleans branch November 14, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants