Coding Kata Meetup

Coding Kata Meetup

The October 2018 meetup was held in Finnegan & Son in Newry.  Organiser Joe McKevitt guided attendees through exercises in refactoring legacy could with a test-driven development approach. Links Introduction into http://www.cyber-dojo.org Session id - 4bPhxc Teams used on the night - join team , lion, zebra, buffalo, rabbit, eagle, kingfisher Speed car Kata - TirePressureMonitoringSystem exercise https://github.com/emilybache/Racing-Car-Katas Article explaining the merit of TDD, refactoring and good design principles (including sample solutions for the speed car kata) https://github.com/lucaminudel/TDDwithMockObjectsAndDesignPrinciples Good examples of other submissions https://github.com/trikitrok/tire_pressure_monitoring_system_20160505/tree/master/src/main/java/tddmicroexercises/tirepressuremonitoringsystem Usage of builders (Test builders) https://github.com/trikitrok/tire_pressure_monitoring_system_20160505/blob/live_version_magento_20160505/src/test/java/tddmicroexercises/tirepressuremonitoringsystem/tests/helpers/AlarmBuilder.java Links/References on Test driven development (TDD) TDD does not drive…
Read More