-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The example odd_or_even function in example 6 could be improved.
Suggestions:
- Put the checks at the top
- Put the type check before the length check
- Simplify the non-integer check to
x %% 1 != 0 - Consider returning
oddorevenrather than printing, to reflect more typical usage, and it might make the distinction between the checks and the function behaviour visually clearer.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels