-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi. I'm using this library for my open source project, and I'm getting some warnings. A lot of them are due to the pattern of
switch (boolean_expression) {
case true: ....
case false: ....
}
I'm not sure why this pattern was used instead of if/else, and I intend to amend my copy to avoid these warnings.
Would you be interested in a pull request for such fixes?
Metadata
Metadata
Assignees
Labels
No labels