promotion-text-kata
Code refactoring exercise
An hour-long coding practice to improve readability and maintainability of a specific class implementation
An hour-long hands-on practice on readable and maintainable programming
0 stars
2 watching
0 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nealhu/args-kata | Practices readable and maintainable coding skills in parsing command-line arguments | 1 |
trikitrok/beverages_pricing_refactoring_kata | Refactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage | 2 |
ardalis/kata-catalog | A collection of coding exercises to practice good habits and techniques in software development | 745 |
pdt256/kata | A platform providing coding challenges to practice Test-Driven Development (TDD) in various programming languages. | 6 |
christianhujer/expensereport | A legacy code refactoring kata in multiple programming languages to implement a new feature without rewriting the entire system. | 145 |
emilybache/racing-car-katas | A series of coding exercises to improve testability and design principles in legacy code | 302 |
alanbarber/codekatas | A collection of pre-built coding katas to help developers improve their skills through practice and testing | 20 |
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 |
emilybache/parrot-refactoring-kata | Practice refactoring and polymorphism in XSLT code | 121 |
emilybache/tennis-refactoring-kata | A refactoring exercise to improve the design and structure of a Tennis game implementation | 739 |
kkisiele/codekata | A collection of code examples illustrating object-oriented principles and clean coding practices in Java. | 2 |
jondot/reactnativekatas | A learning experience project that uses design and styling exercises to help developers improve their skills in React Native. | 947 |
nickdelgrosso/dna-transcription-kata | A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context | 9 |
matteobaglini/functional-structures-refactoring-kata | Refactoring kata to remove computational effects from a use case using functional structures | 32 |
racingdeveloper/tell-dont-ask-kata | Refactoring a legacy order flow application to improve maintainability and reliability by applying the tell don't ask principle and reorganizing the domain model. | 32 |