-
The Code Coverage Trap
We all love metrics in the startup world, and tend to have a strange relationship with them. This added with the Engineering minds of CTO’s, VP’s and Dev Managers, and you’ve got the perfect metric trap – Code Coverage.
-
Cure For Testers Guilt Via John Sonmez
I asked John Sonmez a question a few weeks ago, and he responded!!
-
Why Your Startup Needs Automated Test
Let me tell you a quick story about a common situation. A Developer walks into the office and instantly notices that something isn’t right. His spider senses are going off. The room is electric, there’s a panicked look on a co-works’ face, as they types furiously. The two people in Customer Support look like they’ve […]
-
Hello World
Just thought I’d write up a quick method to return “Hello World!” in two of my favorite programming languages. Plus I wrote down some unit test for good measure. Because no method is complete without some test right?