-
Recent Posts
Recent Comments
- Mark Webb on Git For Windows Developers – Git Series – Part 1
- Cherif on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on Git For Windows Developers – Git Series – Part 1
- sb22 on Git For Windows Developers – Git Series – Part 1
- Jason Meridth on A very good introduction to TDD, NHibernate, DDD, NUnit
Archives
- June 2011
- September 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- 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
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
Categories
- .NET
- Agile
- agile project management
- altnetconf
- apache
- apple
- ASP.NET
- ASP.NET MVC
- Automated Build
- Ayende
- bash
- blogging
- Blogs
- Books
- C#
- castle
- charity
- community
- Community Server
- continous integration
- Continuous Integration
- CruiseControl.NET
- Design Patterns
- DotNetNuke
- Events
- firefox
- friends
- funny
- gems
- git
- gitosis
- gitweb
- Good Finds
- Google Reader
- Hardware
- hosting issues
- howto
- htpasswd
- hudson
- Instant Messaging
- integrityapp
- JetBrains
- Kernel
- keyboard shortcuts
- Linux
- LosTechies
- members
- microsoft
- migrations
- Misc
- Mocking
- monorail
- movies
- MSBuild
- msdn
- MVC
- NAnt
- nginx
- NHibernate
- oauth
- Open Source
- Pair Programming
- Personal
- pragprog
- presentation
- principles
- Programming
- python
- rails
- rake
- ReSharper
- rspec
- ruby
- san antonio
- Scrum
- selenium
- selenium remote control
- shoulda
- slicehost
- SOLID
- ssh
- Stand-Up
- Subversion
- TDD
- TeamCity
- test::unit
- testing
- textmate
- Tools
- Ubuntu
- Uncategorized
- Virtual Machine
- Visual Studio
- vmware
- windows
- Windsor
- xkcd
- XP
Meta
Category Archives: TDD
Ten tips to maximize the return on your TDD investment
Paul Cowen presented an interesting personal observation of using TDD on the ALT.NET mailing list, under the title “TDD + effort != return“. The implication being that doing TDD requires extra work during development, extra work in training, extra work … Continue reading
Comments Off
Interfaces and isolation
Roy Osherove has suggested a new name for mocks, fakes, stubs or any test double: Isolation. True, the myriad of test double names can muddy the language, and Meszaros’ suggested name of “test double” still confuses people that don’t get … Continue reading
Comments Off
TDD design trade-offs and junk food
Tony Rasa recently talked about design trade-offs when doing TDD: When “doing TDD,” we consciously make design trade-offs to favor testability. … we end up with a lot of single-implementation interfaces because of testability concerns and from weaknesses with our … Continue reading
Comments Off
Announcing: Pablo’s Days of TDD in Austin, TX
Los Techies(.com), its president, Pablo El Burro, and our sponsors are pleased to announce "Pablo’s Days of TDD" (PDoTDD). PDoTDD is a day-and-a-half event of workshops, discussion, practice, and training around automated unit testing, specifically the practice of Test-Driven Development … Continue reading
Also posted in Blogs, DotNetNuke, Good Finds
Comments Off
Quality and code coverage
It’s an age-old question: should our team’s goal be 100% coverage? A valid question, but one I’ve never much cared about in practice. The idea is that the team, all practicing TDD, should dutifully measure and add unit tests until … Continue reading
Also posted in git
4 Comments
Design and Testability
There was a rather healthy public discussion and debate going on via Twitter today between Roy Osherove, Ayende Rahien, Colin Jack, me, and several others. Michael Feathers even dropped in at one point which was cool. This all started when … Continue reading
Also posted in castle, hosting issues, monorail, Programming
5 Comments
Droppin’ Pennies on context specs…
First off I want to make it clear that I’m not a guru on the topic, but I do find it interesting. The topic of course is Context Based Specifications. I’ve seen an emergence in interest in writing context based … Continue reading
Also posted in Tools
Comments Off
Parsing The Payload
So this week we got to start working a brand spanking new MVC project. So far we’re leveraging Castle Windsor, NHibernate, Fluent Nhibernate, and kind of running Linq to NHibernate. It’s amazing how quickly you can get a project up … Continue reading
Also posted in Uncategorized
Comments Off
Encapsulating Test Data and Expectations
I love it when I find new ways to improve my testing ability. In this case, it’s not really new, just new to me. I’m referring The Object Mother or Test Data Builder patterns used to encapsulate objects you need … Continue reading
Also posted in Books, principles
Comments Off
How did I get started in software development?
Jason Meridth tagged me with this meme, so I’ll play along if anyone cares. How old were you when you started programming? I remember being 6 or 7 years old helping my brother open the box for our new Commodore … Continue reading
Also posted in Linux, Ubuntu
2 Comments
