Task 3: remove config_file_service facade, update direct imports and tests
This commit is contained in:
@@ -62,6 +62,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue.
|
||||
|
||||
**Docs changes needed:** Update `Docs/Refactoring.md` and `Docs/Architekture.md` if it mentions this service.
|
||||
|
||||
**Status:** Completed ✅
|
||||
|
||||
**Why this is needed:** Pure delegation façades add indirection with no abstraction benefit and obscure the true dependencies of the system. The hidden circular dependency via lazy imports is a structural risk — a refactor inside any of the three sub-services could easily break the cycle in unexpected ways.
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user