danpersa / code-smellLinks
Code example for the Refactoring presentation
☆12Updated 5 years ago
Alternatives and similar repositories for code-smell
Users that are interested in code-smell are comparing it to the libraries listed below
Sorting:
- Examples from Martin Fowler's "Refactoring: Improving the Design of Existing Code" implemented in Java with tests.☆24Updated 7 years ago
- Somewhere along the way code goes from good to bad. It's usually a combination of many small factors that when allowed to take hold in yo…☆32Updated last year
- ☆50Updated 2 weeks ago
- Kata for practicing SOLID principles☆32Updated 10 months ago
- Sample Account Service to demonstrate the Hexagonal Architecture☆96Updated 4 years ago
- ☆65Updated 13 years ago
- Exercise used for our recruitment process☆33Updated 8 years ago
- A set of resources to become a Practical Software Architect: decision making, efficient meetings, architecture guide, etc.☆100Updated 6 years ago
- ☆49Updated last week
- WARNING: This repository is no longer maintained ⚠️ This repository will not be updated.☆34Updated 6 years ago
- A legacy refactor kata, focused on the violation of the tell don't ask principle and anemic domain model☆32Updated 2 years ago
- Anemic Domain Model example☆37Updated 8 years ago
- ☆47Updated 7 years ago
- Practice Designing code for less bugs☆89Updated last year
- Example Application for Microservice API Patterns (MAP) and other patterns (DDD, PoEAA, EIP)☆186Updated 3 months ago
- Example for implementing aggregates (Domain-Driven Design) with Java☆52Updated 7 years ago
- An implementation of Uncle Bob's Payroll Case Study.☆50Updated 6 years ago
- The videostore example from Martin Fowler's Refactoring, and from Episode 3 of cleancoders.com