While at work I came to an interesting conundrum when trying to validate/clean user names for the application I work on. Here is a description of the restrictions we put on our user names: “ID may consists of A-Z, a-z, 0-9, underscores, and a single dot (.).” While the project development staff is extremely talented,… Read more »
Posts Tagged: programming
Writing Code Rule #1: Learn to Have Confidence to Break Stuff (and Firefox Keyword Search)
As a web developer I find myself challenged with code that is my own and the completely bastardized versions of things that people call code from others all the time. It’s part of the challenge I love and part of what makes me good at what I do. Recently I was in the #php chatroom… Read more »