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

The [current URL](http://mikamantyla.eu/BadCodeSmellsTaxonomy.html) used in the README for referring to the taxonomy appears to be moved to [this one](https://mmantyla.github.io/BadCodeSmellsTaxonomy) https://github.com/CodelyTV/refactoring-code-smells/blob/7f41096b6c7096af28f41c1c7453f468265ca854/README.md#L35

[Soluciones propuestas.docx](https://github.com/CodelyTV/refactoring-code-smells/files/10471316/Soluciones.propuestas.docx)

Hola, querria subir mi solucion en C# a Solutions de tiered_pricing, en c# pero me da error de permisos, access denied, the requested URL returned error: 403 Entiendo que quizás...

# Sharing my solution using TDD approach ![image](https://github.com/user-attachments/assets/324781a4-42c7-4c13-8634-24648debaee0) ## I have the following questions: What is recommended: hardcoding values/singletons again in the tests or reusing the values/singletons from production code?...

Semantic TDD & DDD 🚀 ![image](https://github.com/user-attachments/assets/bde4abb2-3871-4ed6-9d54-8c6bab931f75)

The StatusFor(DateTime date) method contains redundant checks and does not correctly handle cases where the given date matches the endDate. The unnecessary conditions make the logic harder to follow and...