Tennis-Refactoring-Kata

Tennis refactor

A refactoring exercise to improve the design and structure of a Tennis game implementation

This is a Refactoring Kata based on the rules of Tennis

GitHub

742 stars
20 watching
1k forks
Language: TypeScript
last commit: almost 2 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
emilybache/parrot-refactoring-kataPractice refactoring and polymorphism in XSLT code122
emilybache/racing-car-katasA series of coding exercises to improve testability and design principles in legacy code305
trikitrok/beverages_pricing_refactoring_kataRefactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage2
racingdeveloper/tell-dont-ask-kataRefactoring a legacy order flow application to improve maintainability and reliability by applying the tell don't ask principle and reorganizing the domain model.32
nealhu/promotion-text-kataAn hour-long coding practice to improve readability and maintainability of a specific class implementation0
matteobaglini/functional-structures-refactoring-kataRefactoring kata to remove computational effects from a use case using functional structures32
christianhujer/expensereportA legacy code refactoring kata in multiple programming languages to implement a new feature without rewriting the entire system.146
daviddenton/refactoring-golfAn exercise to practice safe and efficient refactoring of Java code by applying tax amounts to monetary values.54
emilybache/katatrainreservationAn exercise in implementing a service to reserve seats on a train within given constraints and business rules.112
emilybache/gildedrose-refactoring-kataAn exercise to improve design skills through deliberate practice of refactoring and testing3,809
xpeppers/goose-game-kataA coding exercise for implementing a simple game with player movement and dice rolling mechanics.8
tsantalis/refactoringminerA Java library that detects refactorings applied in the history of a project and generates Abstract Syntax Tree (AST) diffs at various levels.375
refactoringtools/hareA tool to automatically refactor Haskell code without changing its meaning or structure139
mpickering/apply-refactA tool that applies refactorings to Haskell source files based on suggestions from a package.147
trismegiste/mondrianAn analysis tool to help software developers identify and refactor tightly coupled classes using graph theory and abstraction.397