refactoring-code_smells-design_patterns
refactoring-code_smells-design_patterns copied to clipboard
♻️ Example projects illustrating Code Smells in order to apply Refactoring techniques
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  ## 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 🚀 
Edited problem on #69 issue
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...