Debug.Assert vs. Exceptions
“When should I use Debug.Assert and when should I use exceptions?” - It’s a fairly sensible question to ask, but you’ve got to sift through a lot of articles...
“When should I use Debug.Assert and when should I use exceptions?” - It’s a fairly sensible question to ask, but you’ve got to sift through a lot of articles...
Am I the only PC gamer that is really, really fussy about mouse input? I say this because it feels like every other PC game I play comes with default input s...
Going from experience and, as illustrated by Misko’s recent presentation, the more dependencies you have on your environment, the less trustworthy and mainta...
.. I’ve swapped jobs at Realtime Worlds; I’m now a plain ol’ software engineer. As a result, there’ll be no more test engineering for me.
One of the things that really slashes the return on investment in testing is unreadable code. “This is pretty obvious”, you say. “What’s the point in a blog ...