Today’s simple tip will show you how to check for lingering “TODO” comments before you push your code up to your shared repository. [more] Have you ever dropped a TODO in your code to remind you to come back and refactor or clean something up later? I’ll do that quite often when I’m hashing out…
try-catch-FAIL
Stories from the trenches of software development.
Month: <span>August 2013</span>
Git Tips & Tricks, Part 4–Breaking a Commit Up
Today’s tip is pretty simple. I’m going to show you how you can break up a commit into multiple, smaller commits after you’ve already committed everything to your local repo. [more] I’m a big advocate of peer reviews. I always try to think about the poor sap lucky soul that gets to review my changes. …
SpecsFor.Mvc 3.0 Preview 2 Package Released!
The new ‘preview 2’ release of SpecsFor.Mvc is now available on NuGet. This update is built against the latest Selenium WebDriver package and ASP.NET MVC 4. It no longer depends on MvcContrib.TestHelper, either, as all the relevant functionality has now been absorbed into SpecsFor.Mvc. In addition, this preview release fixes several bugs and adds support…