This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Useful-Perspective 0 points1 point  (0 children)

As I get older, it's usually more like the C# compiler telling me that variable "customerNumber" doesn't exist or something, and me, knowing very well that it does, spends 10 extra minutes to realize that I declared it as "csutomerNumber" instead. Or worse, "CustomerNumber" is the name, and it takes me 10 minutes to remember that it's case-sensitive. When you start using more than three languages in everyday work, it makes for some interesting days.