-1
votes
One piece of advice
Start using a trackball earlier. I do so now but still live in mortal fear of RSI. …
6
votes
What questions should be asked to a potential future employer during an interview for a programming position?
If the place uses Microsoft products:
"Do you have a MSDN subscription?"
If the answer is no, run.
…
2
votes
What is the best interview question?
What is the worst professional mistake you've ever made?
Oh, and of course my old favorite (remember this one?): in a single-elimination tournament, how many matches need to be played to de …
2
votes
What’s your worst database accident happened in production?
I once managed to write an updating cursor that never exited. On a 2M+ row table. The locks just escalated and escalated until this 16-core, 8GB RAM (in 2002!) box actually ground to a halt (of the …
-1
votes
14
votes
What are the pros and cons to keeping SQL in Stored Procs versus Code
The performance advantage for stored procedures is often negligable.
More advantages for stored procedures:
Prevent reverse engineering (if created With Encryption, of course) …
0
votes
4
votes
How much should a “software guy” (or “software gal”) know about hardware?
If you have absolutely no idea about the basic functions of a CPU, single/multi-core issues, L1/L2/L3 caches, relative speeds of cache/RAM/HDD, you can function as a software engineer -- just not v …
0
votes
How do you answer the “Why do you want to work here?” interview question?
...because the panhandling business is in a bit of a downturn lately, and Ramen isn't free.
…
-6
votes
When do you use the “this” keyword?
Never. Ever. If you have variable shadowing, your naming conventions are on crack. I mean, really, no distinguishing naming for member variables? Facepalm
…
