Test Driven Development


1
  This week we’re talking with J. B. Rainsberger. J.B. is a Business and Software Coach, Mentor, Consultant, Trainer, and Speaker. He is currently owner of JBrains.ca. No design is perfect. Learn how to avoid getting stuck in the corner of bad design. Test First Programming Test-Driven Development Evolutionary Design […]

Episode 152 – TDD with J. B. Rainsberger


  What is Quality Software and how do we ensure we are Delivering Quality Software?   Transcript Clayton Hunt: This week we’re talking about quality and how we can deliver quality software. Jon Ash: So quality software that’s what the QA departments for? John Callaway: Quality is everyone’s responsibility. I […]

Episode 076 – Delivering Quality Software






A few years ago I was interviewing candidates to join our team. The interview was going well. The gentleman being interviewed was likable and answering questions well. When the subject of testing and test driven development came up he just rolled his eyes and said he hated testing. The interview […]

TDD: The Sign of a Mature Developer



  Robert C. Martin (aka: Uncle Bob) is a software professional since 1970, Robert has spent the last 40 years contributing toward the betterment of the field, from kickstarting the Agile Alliance to authoring landmark books about Agile Programming, Clean Code, and more. http://cleancoder.com https://twitter.com/unclebobmartin https://www.linkedin.com/in/robert-martin-7395b0/   × Subscribe now! […]

Episode 009 – Future of Programming with Robert Martin


I’ve been thinking more and more about Test Driven Development in recent weeks. TDD is my preferred way to develop new applications, though I’m not as religious as some. I know that there are many that are still not convinced, and many more that are outright against the practice. (Read […]

Test Driven Development Is About Design


I was recently asked to give a presentation to a team, introducing them to Test Driven Development (TDD). I was first introduced to TDD 3 or 4 years ago and have enjoyed relaying my experiences and sharing my new passion with my fellow developers. When I first started with TDD […]

More than 6 Resources to Learn TDD



2
Last month I had the honor of speaking at the Orlando .NET User Group (ONETUG) in Orlando Florida. My talk, entitled TDD: A Pragmatic Approach seemed to be of interest to everyone in attendance. Lots of questions and interest around Test Driven Development. After the presentation we continued the discussions […]

A Pragmatic Approach to TDD


Too often I hear, “the client won’t pay for unit tests” or “I don’t like writing tests”. Ok. If you can guarantee a high level of quality and productivity without tests, go for it. Sadly its these same individuals and teams that have devoted days, weeks, or entire sprints to fixing […]

Bugs Will Be Fixed on Your Time


A Thorough Example We are about to embark on a journey. I, along with your help, will endeavor to create a complete website example using the trends I listed in my last post. Clayton HuntClayton has been programming professionally since 2005 doing mostly web development with an emphasis on JavaScript […]

Getting a Tutorial Project Started