▲ | jedberg 5 days ago | |||||||||||||||||||
Things you should never do: Make your own load balancer software Make firewall software Make a date parsing library Attempt to verify an email with a regular expression. | ||||||||||||||||||||
▲ | 9dev 5 days ago | parent | next [-] | |||||||||||||||||||
> Attempt to verify an email with a regular expression.
That one always seemed sufficient for me, every issue after that is the users problem | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | the__alchemist 5 days ago | parent | prev | next [-] | |||||||||||||||||||
Is parsing HTML with regexes Ok? | ||||||||||||||||||||
| ||||||||||||||||||||
▲ | 9rx 5 days ago | parent | prev [-] | |||||||||||||||||||
Roll your own encryption Accept people's names Anything |