tomphp / functional-refactoringsLinks
A catalogue of refactorings which are useful when writing functional programs.
☆19Updated 6 years ago
Alternatives and similar repositories for functional-refactorings
Users that are interested in functional-refactorings are comparing it to the libraries listed below
Sorting:
- A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model☆32Updated last year
- Legacy Code Retreat - Grenoble 2011☆60Updated last year
- This is a poster that acts as a reminder for the rules of Conway's Game of Life. You can hang it to a near wall during a coderetreat (cod…☆44Updated last year
- Exercise used for our recruitment process☆32Updated 7 years ago
- My implementation of the Gilded Kata.☆30Updated 9 years ago
- ☆65Updated 13 years ago
- Example of CQRS implementation using Kotlin and Functional Programming☆73Updated 6 years ago
- Sources and docs for a simple refactoring and OO design exercise☆78Updated 2 months ago
- A Kata exercise. This one involves writing code to reserve seats on a train.☆114Updated last year
- Katas that are delivered incrementally - the full problem is not displayed at once, it is revealed when one part is done☆61Updated last year
- Java version of the GildedRose code kata (from: http://www.iamnotmyself.com/2011/02/13/RefactorThisTheGildedRoseKata.aspx)☆42Updated 3 years ago
- Randomised, zero-boilerplate object builders☆14Updated 3 years ago
- Practice Designing code for less bugs☆87Updated 10 months ago
- Refactoring LCD Numbers to remove the dependency injection framework.☆19Updated 4 years ago
- The "Diamond" kata, implemented by TDD with only property-based tests☆12Updated 10 years ago
- JUnit rule to mark tests as pending. Tests marked as pending will not be evaluated.☆26Updated 6 years ago
- ☆16Updated 9 years ago
- Aspen is a simple test runner for Kotlin that allows you to write tests using your own DSL.☆33Updated 4 years ago
- ☆36Updated 8 years ago
- An example of the application built around clean architecture principles as defined by Uncle Bob.☆50Updated 9 years ago
- ☆27Updated 5 years ago
- Code examples from later chapters of Growing Object-Oriented Software, Guided by Tests☆74Updated 9 years ago
- A Short Refactoring Kata☆13Updated 2 years ago
- ☆19Updated 3 years ago
- A realworld api example app featuring Arrow, Kotlin and Spring Boot.☆114Updated last year
- Identifying & fighting your team’s systemic issues creating your legacy☆74Updated 8 years ago
- Java source files for SC2016 Refactoring Golf☆11Updated 9 years ago
- Collection of Kata Descriptions☆19Updated 3 years ago
- Yet Another Test Specification Library☆57Updated 3 years ago
- Tagged Unions for the Java 8 connoisseur