Software Development Methods and Tools—CSCI-3308

Test-driven development

Download the slides.

We discussed the benefits of writing tests first, before writing the feature code that makes the tests pass.

We used MiniTest to test-drive some Ruby code and Mocha to add a feature to delegated-events.