riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Refactor validation flow #49

Closed skalee closed 6 years ago

skalee commented 6 years ago

Improve code style, DRY, use throw & catch for control flow instead of raising exceptions. Continuation of #42.