-
Recent Posts
Recent Comments
Archives
- March 2013
- November 2012
- August 2012
- July 2012
- April 2012
- November 2011
- May 2011
- March 2011
- May 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
Categories
Meta
Category Archives: agile
Setting up automatic test runs after compilation in VS2010
I lifted some scripts from the interwebs so that after every compilation in visual studio unit tests are automatically run. I have been a long supporter of the TestDriven.Net addin and Resharper but I found auto running unit tests to … Continue reading
Also posted in Uncategorized
1 Comment
Work In Process (WIP) Limits, Policies, Etc.
I had a great discussion a few of my team members this morning. We were discussion work in process (WIP) limits, policies, and other items that are related to both of those. By the end of the discussion we had … Continue reading
Are daily stand-ups necessary?
On a recent long project, our team’s commitment to continuous improvement led to some interesting results. Originally, we started with quite a bit of the Scrum ceremony, such as sprint planning meetings, time-boxed iterations, and daily stand-ups. However, since we … Continue reading
Why I Write Automated Tests For My Code
I started my journey of unit testing my code about 4 years ago… I had played with nunit prior to that, but I never understood the point and would delete my tests after I got them to pass… that was … Continue reading
Red/Green/Refactor, For The Right Reasons
First, let me say this: WHAAaa???? something useful occurred on Google Buzz?! Ok, now that I’ve got that over with… there was a useful stream of comments over on the extended twitter reply network from one of my tweets a … Continue reading
I Want Assert.NotYetImplemented(); In .NET Test Frameworks
One of my coworkers recently tweeted this: I do that a lot with c# and nunit. It helps me to figure out where I need to go, what tests are going to be organized where, etc. I certainly don’t expect … Continue reading
Failure Is Not An Option, It Is A Requirement.
Of course that statement on it’s own can obviously be shown to be fallacy. When you consider the context of continuous improvement, learning or generally advancing our own capabilities and understanding, though, this statement can be quit liberating. Why? Because … Continue reading
Also posted in masstransit
3 Comments
Can PDCA Help Us Improve Our Test-First Development Efforts?
I was thinking about target conditions and the Plan-Do-Check-Act (PDCA) cycle earlier today when a code related issue that I was having popped into head and decided to meld with the current string of thoughts. The resulting thought was leading … Continue reading
Update on using MSDeploy for remote deployments.
This is a follow up to the post http://www.lostechies.com/blogs/hex/archive/2009/11/06/using-msdeploy-to-automate-your-enterprise-application-remote-deployments.aspx The only trouble I have run into using this approach is that the runCommand does not bubble up error code or exit code from the command being executed on a … Continue reading
Bugs, defects and feedback
In my last post, I talked about how we like to track bugs, with just pieces of paper. At lot of the responses were interesting, but I think some came back to the issue of “what is a bug?” Some … Continue reading
