kata
Coding puzzles
A collection of coding challenges and exercises to practice Test-Driven Development (TDD) in various programming languages
Code Katas to practice TDD in Go, Haskell, Java, PHP, Python, and TypeScript
6 stars
0 watching
4 forks
Language: Go
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ardalis/kata-catalog | A collection of coding exercises to practice good habits and techniques in software development | 746 |
emilybache/racing-car-katas | A series of coding exercises to improve testability and design principles in legacy code | 305 |
alanbarber/codekatas | A collection of pre-built coding katas to help developers improve their skills through practice and testing | 20 |
eficode-academy/git-katas | A collection of exercises designed to improve Git skills through deliberate practice | 1,354 |
devdrops/katas | A collection of exercises to train Symfony2 developers in various skills | 1 |
nealhu/promotion-text-kata | An hour-long coding practice to improve readability and maintainability of a specific class implementation | 0 |
kkisiele/codekata | A collection of code examples illustrating object-oriented principles and clean coding practices in Java. | 2 |
nickdelgrosso/dna-transcription-kata | A kata for practicing string manipulation and bioinformatics data processing in a test-driven development context | 9 |
dpetrovics/coding-exercises | A collection of coding exercises in Clojure to help practice technical interview questions | 7 |
garora/tdd-katas | A collection of test-driven development exercises in C# to practice unit testing skills | 723 |
namit/the-go-programming-language | A collection of notes, examples, and exercises from the official Go book. | 2 |
opqdonut/haskell-exercises | A collection of small and simple Haskell exercises with unit tests to help learners practice their skills. | 158 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
trikitrok/beverages_pricing_refactoring_kata | Refactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage | 2 |