Search Results

2
votes

When did you know it was time to leave your job?

Your boss insists on not only telling you what to do, but how to do it. When your job needs two descriptions. When it's obvious that your company doesn't care about its employees. Examples: …
1
vote

What is the best reason for unit testing?

Because it's easier for a machine to test each object/function with 10,000 possible (and impossible) values than for a person to sit down and use the program in 10 different ways. I worked …
3
votes

What is the worst class/variable/function name you have ever encountered

Anything that uses i, I, l, 1, o, O, or 0. …