The road to Hell is paved with untested code.

I watched an interesting YouTube recently: I get what he’s saying, and I totally disagree. Testing against “behaviors” while ignoring implementation details (classes and methods) is a great way to leave a significant fraction of your code uncovered. It also lets you get away with designing crap that’s good for the “behavioral test” but which […]

How To Tell Whether Your Web Framework Is Shit

Does it ship with unit tests? If it doesn’t, it’s shit. Before basing the future of your business (or even your hobby) on a Web framework, see if you can find the tests. If you can’t, either move on, or get ready to take on someone else’s terrible, smelly code. Whoever wrote it doesn’t care […]