feat: spread logic from main.ts #21
Reference in New Issue
Block a user
Delete Branch "feat/spread-logic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🏗️ Refactor: De-coupling main.ts & Architectural Cleanup
Description
This PR addresses the "God Object" anti-pattern in
main.tsby segmenting its logic into specialized modules. This restructuring focuses on long-term scalability and adheres to Clean Code principles.Key Changes
main.tsby extracting logic into separate, dedicated files (services, configurations, and entry points).Future-Proofing
Resolves: #13