tell-dont-ask-kata

Domain refactoring

Refactoring a legacy order flow application to improve maintainability and reliability by applying the tell don't ask principle and reorganizing the domain model.

A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model

GitHub

32 stars
3 watching
75 forks
Language: PHP
last commit: about 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
trikitrok/beverages_pricing_refactoring_kata Refactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage 2
christianhujer/expensereport A legacy code refactoring kata in multiple programming languages to implement a new feature without rewriting the entire system. 145
emilybache/tennis-refactoring-kata A refactoring exercise to improve the design and structure of a Tennis game implementation 739
matteobaglini/functional-structures-refactoring-kata Refactoring kata to remove computational effects from a use case using functional structures 32
nealhu/promotion-text-kata An hour-long coding practice to improve readability and maintainability of a specific class implementation 0
emilybache/parrot-refactoring-kata Practice refactoring and polymorphism in XSLT code 121
christian-fei/opening-hours-kata A TDD & Refactoring Kata for creating a configurable opening hours module with next date calculation and website/web billboard display functionality 8
busser/tfautomv Automatically generates moved blocks in Terraform code to simplify refactoring 704
neuraxio/kata-clean-machine-learning-from-dirty-code Converting dirty machine learning code into clean, modular, and reusable components using the Pipe and Filter Design Pattern for Machine Learning. 18
trismegiste/mondrian An analysis tool to help software developers identify and refactor tightly coupled classes using graph theory and abstraction. 397
tsantalis/refactoringminer A Java library that detects refactorings applied in the history of a project and generates Abstract Syntax Tree (AST) diffs at various levels. 372
typon/tabdeeli An interactive search and replace tool for refactoring code without anxiety. 16
tfausak/flow A package providing functions and operators to improve Haskell code readability 200
nickdelgrosso/dna-transcription-kata A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context 9
justsml/escape-from-callback-mountain A guide and example project demonstrating the Functional River pattern for refactoring callback-based NodeJS/JavaScript code to use Promises and modular, functional programming. 258