90 likes | 251 Views
Coding Dojo. Simple Rule. Pair Programming Write test first Baby Step Implement as simple as possible No debug, No comment Practice together It’s NOT the competition Share with codes, while not just talking. Practice Way. Pair Programming. Driver
E N D
Simple Rule • Pair Programming • Write test first • Baby Step • Implement as simple as possible • No debug, No comment • Practice together • It’s NOT the competition • Share with codes, while not just talking
Pair Programming • Driver • Control keyboard, mouse to write the codes • Pilot • Discuss with driver and provide suggestions • Can change the role with necessary
Books – TDD related • Test Driven Development By Example – Kent Beck • Refactoring: Improving the Design of Existing Code – Martin Fowler • The Art of Unit Testing - Roy Osherove • xUnit Test Patterns: Refactoring Test Code - Gerard Meszaros • Test-Driven Development: A Practical Guide - David Astels