Tag Archives: tdd

acts_as_conference

This past weekend I had the pleasure to attend a local conference, acts_as_conference. The conference was described as an event that was focused on Ruby on Rails, but it seemed to be much more focused on Ruby, with Rails in … Continue reading

Posted in community | Tagged , , , , , , | 3 Comments

Eric Evans Presentation at JAOO

I was clicking through infoq this morning, and came across a presentation by Eric Evans on DDD. Eric wrote the book Domain Driven Design. I have not yet had the pleasure to read this book, but I will be sure … Continue reading

Posted in development, programming, software, theory | Tagged , , , | Leave a comment

Assert Property Equality

When you start doing more thorough testing of your code you will quickly find that the existing JUnit functionatly is not always robust enough to relieve some of the tedium in testing. Let’s take for instance a simple equals method … Continue reading

Posted in programming, testing | Tagged , , | Leave a comment

TDD By Example Reviewed

I recently got a chance to read through Test Driven Development: By Example (The Addison-Wesley Signature Series) by Kent Beck. For those who don’t know, Kent, is the person behind eXtreme Programming and TDD, along with a laundry list of … Continue reading

Posted in development, testing | Tagged , | Leave a comment