InfoQ Homepage Presentations A Scalable, Peer-led Model for Building Good Habits in Large & Diverse Development Teams
A Scalable, Peer-led Model for Building Good Habits in Large & Diverse Development Teams
Summary
Jason Gorman presents how developers can learn TDD to the point of transforming the knowledge acquired into habits by exercising a number of practices over a period of 4-6 months followed by evaluation done by fellow co-workers.
Bio
Jason Gorman has 17 years experience in software development, including 10 as an XP/TDD practitioner and coach. Recent coaching activities have focused on instilling good habits through continued dedicated practice and peer assessment, allowing teams without a master craftsman to learn from each other. He chaired the first international conference in Software Craftsmanship in 2009 at the BBC.
About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
Community comments
Proof of the Pudding
by Ajay Bhosale,
Re: Proof of the Pudding
by Jason Gorman,
Proof of the Pudding
by Ajay Bhosale,
Your message is awaiting moderation. Thank you for participating in the discussion.
Nice presentation, how you calculate the % Duplicate Code, any 3rd party tool?
Re: Proof of the Pudding
by Jason Gorman,
Your message is awaiting moderation. Thank you for participating in the discussion.
Thanks. We used a tool called Simian, which can detect obvious duplication in pretty much any test-based files (Java, XML etc)