
Extreme Test-Driven Development with UNA (Java)
1 year ago
Test-driven development as you've never seen it before.
Three developers get together and collaborate across 15,000 miles to test-drive the development of a simple stack implementation, using UNA, a real-time shared development environment.
Demonstrates the core TDD cycle, which consists of writing a failing test case, passing the test case in the simplest possible way, refactoring to improve the design, and repeating the whole process until done.
Demo recorded on OS X with UNA 1.1 and the Java 5 Mixin for UNA.
Three developers get together and collaborate across 15,000 miles to test-drive the development of a simple stack implementation, using UNA, a real-time shared development environment.
Demonstrates the core TDD cycle, which consists of writing a failing test case, passing the test case in the simplest possible way, refactoring to improve the design, and repeating the whole process until done.
Demo recorded on OS X with UNA 1.1 and the Java 5 Mixin for UNA.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
I buy that this is Test-First Programming, where you design the class first, then try writing tests for it; but this is not Test-Driven Development. If you want to demonstrate TDD, then please start with a test.