This is a guest post from Judge Maygarden [https://twitter.com/JudgeMaygarden]:
> I've tried diving in to test-driven development (TDD) a few times over the
years. For some reason, it&
Using actual files is not an ideal solution for unit testing. You should have
some sort of interface that duplicates what's in a file. Unfortunately, the
current solution I'm
I was working on a difficult problem last week at work. I had a list of times
and I needed to find the overlapping periods (if any). Here's a simple example,
We are working with Amazon EC2 at work and a coworker wrote up a story to help
explain EC2. Enjoy.
> There once was a King named King ComputerCorp who wants to build
I read Jeff Atwood [http://www.codinghorror.com/blog/]'s book Effective
Programming: More Than Writing Code [http://amzn.com/B008HUMTO0] this past
weekend and one of the sections deals with the