refactoring-code_smells-design_patterns icon indicating copy to clipboard operation
refactoring-code_smells-design_patterns copied to clipboard

♻️ Example projects illustrating Code Smells in order to apply Refactoring techniques

Results 28 refactoring-code_smells-design_patterns issues
Sort by recently updated
recently updated
newest added

This PR adds my solution in Java

Php version of the "Energy Power" example. If there is any error 🚩, please don't hesitate in make a comment or something, is my first time making this fun stuff(Hexagonal...

![despedida](https://user-images.githubusercontent.com/1331435/115689825-bdb4e600-a35c-11eb-843d-80368f045a95.gif) Don't look at the commits 🙈

This is an example for illustrating Shotgun Surgery Code Smell, in which we compute the duration of different course `Step` types. The logic for determining the duration of a `Step`...

enhancement