Adding Personal Flair to Your Code

Adding Personal Flair to Your Code

I’ve been thinking recently about the naming conventions I use while coding, and I noticed I tend to follow pretty strict naming standards so I don’t have to put much thought into picking a name. While standards are usually good for readability, too many...
Phone Number Validation: A Cautionary Tale

Phone Number Validation: A Cautionary Tale

We recently received a ticket for a project requesting phone number validation in some forms. Seems like a simple enough problem to solve, right? Well, it’s not. Even with existing libraries that claim to handle phone validation, the more general the validation...