sandromancuso / trip-service-kataView external linksLinks
Kata for a legacy code hands-on session. The objective is to write tests and refactor the given legacy code.
☆455Jun 24, 2024Updated last year
Alternatives and similar repositories for trip-service-kata
Users that are interested in trip-service-kata are comparing it to the libraries listed below
Sorting:
- Legacy Code Retreat - Trivia Game codebase☆531Dec 15, 2025Updated 2 months ago
- This is a Refactoring Kata based on the rules of Tennis☆802Sep 24, 2025Updated 4 months ago
- Exercises to unit test legacy code☆27Jul 18, 2011Updated 14 years ago
- Legacy Code Retreat - Grenoble 2011☆60May 17, 2024Updated last year
- Starting code for the GildedRose Refactoring Kata in many programming languages.☆4,165Feb 5, 2026Updated last week
- A Kata exercise. This one involves writing code to reserve seats on a train.☆114Jan 19, 2026Updated 3 weeks ago
- ☆65Mar 1, 2012Updated 13 years ago
- Several code katas on a racing car theme☆314May 22, 2025Updated 8 months ago
- A refactoring kata where you'll practice disentangling business logic from frameworks and SQL☆106Jan 29, 2026Updated 2 weeks ago
- ☆19Oct 14, 2021Updated 4 years ago
- Kata to learn about Polymorphism☆132Dec 31, 2025Updated last month
- This is a refactoring kata for improving your coding skills☆122Jan 22, 2026Updated 3 weeks ago
- The ExpenseReport legacy code refactoring kata in >50 programming languages (Ada to Zig)☆156Jul 19, 2025Updated 6 months ago
- Exercise used for our recruitment process☆33Sep 12, 2017Updated 8 years ago
- TDD with Mock Objects: Design Principles and Emergent Properties (C#, JavaScript, Java, Python, Ruby)☆295Jul 12, 2025Updated 7 months ago
- Code from Michael Feathers presentation about "Tell, Don't Ask" at Craft 2019☆18Aug 14, 2019Updated 6 years ago
- A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model☆32Nov 2, 2023Updated 2 years ago
- Fowler's Refactoring examples with tests☆10Nov 24, 2016Updated 9 years ago
- This page is an attempt to centralize useful resources (code katas, workshops, talks) that can help aspiring Software Craftsperson in the…☆45Jan 14, 2026Updated last month
- Starting code for a Refactoring Code Kata on the Yatzy rules☆114Jan 20, 2026Updated 3 weeks ago
- This is an example of code obsessed with primitives.☆52May 22, 2024Updated last year
- Example from first chapter of 'Refactoring' by Martin Fowler, with tests and translations