Last active
August 11, 2018 17:58
-
-
Save vialyx/aee18ec9fea7fb200910fe1fc55d1b67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum EmailValidationError { | |
// TODO: - Cases | |
case empty | |
// TODO: - Cases can be declared on a single line | |
case noDomain, invalid | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment