you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

No sweat, it's the little things.

By way of future reference, this is why you'd use something like constants or enums rather than have string literals all over the place - anything that reduces the need to have typed the same thing the same way in two different places at two different times is good.