|
|
|
|
|
by VMG
5001 days ago
|
|
We hide and abstract things in programming all the time. For example, the proper (RFC-compliant) regex for an email is very complicated and often implemented the wrong way. As somebody who has written a lot of regexes, I'd rather uses this library which has the correct abstraction than google the regex for http-urls for the 512th time. |
|