Skip to content

Conversation

@WilliamsAbraham
Copy link

No description provided.

@WilliamsAbraham
Copy link
Author

Removed all unnecessary lines

bool isValidArgument = Enum.IsDefined(typeof(Days), eachDay);
if (!isValidArgument)
throw new ArgumentException("One of your input is of the wrong format");

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove line

Copy link
Contributor

@richkazz richkazz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

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.

3 participants