Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
919 changes: 919 additions & 0 deletions docs/11-application-development/11.2.5-refactoring-exercise.md

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,20 @@ docs/11-application-development/11.2.2-data-layer-patterns.md:
- SQLite
- Design Patterns
- AI Collaboration
docs/11-application-development/11.2.5-refactoring-exercise.md:
category: Software Development
estReadingMinutes: 20
exercises:
- name: Integrated Refactoring Exercise
description: >-
Refactor an e-commerce application using Repository Pattern, Service
Layer, and Strategy Pattern while preserving all business behavior
through comprehensive testing.
estMinutes: 180
technologies:
- TypeScript
- Design Patterns
- SQLite
docs/2-Github/2.2-Actions.md:
category: CI/CD
estReadingMinutes: 20
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
- [11.2 - Design Patterns](11-application-development/11.2-design-patterns.md)
- [11.2.1 - SOLID Principles](11-application-development/11.2.1-solid-principles.md)
- [11.2.2 - Data Layer Patterns](11-application-development/11.2.2-data-layer-patterns.md)
- [11.2.5 - Refactoring Exercise](11-application-development/11.2.5-refactoring-exercise.md)

- **Addendum**

Expand Down
Loading