Archive for July 23rd, 2008|Daily archive page

Never Do This When Coding…

Note to self: When a client needs a field named “songTitle”, never *assume* it will only contain a song title. And never limit the length of the varchar data type of this field to 100, since you think it will contain only a song title.

Read more »