codekata
Java coding examples
A collection of code examples illustrating object-oriented principles and clean coding practices in Java.
Code Katas adhering to object-oriented and clean code principles: kata04-data-munging, kata09-back-to-the-checkout, minesweeper.
2 stars
3 watching
2 forks
Language: Java
last commit: about 6 years ago
Linked from 1 awesome list
cleancodecodekatajavakataobject-orientedrefactoring
Related projects:
Repository | Description | Stars |
---|---|---|
alanbarber/codekatas | A collection of pre-built coding katas to help developers improve their skills through practice and testing | 20 |
eclipse/eclipse-collections-kata | A set of exercises to improve skills in using the Eclipse Collections library in Java | 431 |
emilybache/racing-car-katas | A series of coding exercises to improve testability and design principles in legacy code | 302 |
karatelabs/karate-examples | Provides examples and demonstrations of Karate's capabilities for API testing, performance testing, mocking, web browser automation, and desktop automation. | 26 |
pdt256/kata | A platform providing coding challenges to practice Test-Driven Development (TDD) in various programming languages. | 6 |
ardalis/kata-catalog | A collection of coding exercises to practice good habits and techniques in software development | 745 |
trikitrok/beverages_pricing_refactoring_kata | Refactoring exercise to improve code organization and reduce complexity by addressing bad inheritance usage | 2 |
codelytv/java-oop-examples | A collection of Java examples illustrating key Object-Oriented Programming concepts and principles. | 30 |
codelytv/java-solid-examples | An example repository illustrating the SOLID principles in Java to aid learning and development | 78 |
sf105/goos-code | A collection of Java examples and exercises to help developers learn object-oriented design and testing principles through guided coding practice. | 273 |
andre-santos-pt/javardise | A research prototype that provides a structured code editor for a mini-Java language, enforcing well-formed and grammatically correct code. | 6 |
ivoputzer/cli-args-parser-kata | Implementing a CLI arguments parser to process input in various formats | 5 |
nealhu/promotion-text-kata | An hour-long coding practice to improve readability and maintainability of a specific class implementation | 0 |
javabycomparison/samplecode | Sample code and reference material from the book 'Java by Comparison' | 16 |
matteobaglini/functional-structures-refactoring-kata | Refactoring kata to remove computational effects from a use case using functional structures | 32 |