Skip to content

Refactor core components and clean up codebase - #78

Merged
igancev merged 1 commit into
mainfrom
refactor/issue-77
May 21, 2026
Merged

igancev merged 1 commit into
mainfrom
refactor/issue-77

Conversation

@igancev

@igancev igancev commented May 21, 2026

Copy link
Copy Markdown
Owner

Summary

  • Refactored WorkReportCommand for better orchestration.
  • Improved ConfigProvider method naming (get() -> getConfig()).
  • Decoupled source and destination creation via updated factories.
  • Fixed and updated unit tests.

Closes #77

- Rename ConfigProvider::get() to getConfig()
- Refactor WorkReportCommand to use factories for initialization
- Simplify Source/Destination factory interfaces
- Update unit tests

Closes #77
@igancev igancev self-assigned this May 21, 2026
@igancev
igancev merged commit 5d5f11e into main May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor core components and clean up codebase

1 participant