Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize Project Structure: Core, Common, Ktx, Seeds Modules #47

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 20, 2024

This pull request refactors the project structure by introducing separate modules for improved organization, reusability, and maintainability:

  • Core (dev.teogor.sudoklify.core): Houses core Sudoku logic and domain-specific models.
  • Common (dev.teogor.sudoklify.common): Contains reusable utilities independent of core Sudoku logic.
  • Ktx (dev.teogor.sudoklify.ktx): Provides concise Kotlin extensions for common operations.
  • Seeds (dev.teogor.sudoklify.seeds): Manages different types of Sudoku seeds for generation.

Changes:

  • The single sudoklify module has been removed.
  • Code previously in sudoklify has been migrated to the appropriate new modules.
  • Updated dependencies and module structure.

Benefits:

  • Improved code organization and clarity.
  • Enhanced reusability of common functionalities.
  • Easier maintenance and future development.

This commit refactors the project structure by introducing separate modules for:

* Core Sudoku logic (core)
* Reusable utilities (common)
* Concise Kotlin extensions (ktx)
* Sudoku seed management (seeds)

The single `sudoklify` module has been removed.
@teogor teogor added @documentation Improvements or additions to documentation @environment @priority-medium labels Feb 20, 2024
@teogor teogor added this to the 1.0.0-beta01 milestone Feb 20, 2024
@teogor teogor self-assigned this Feb 20, 2024
@teogor teogor merged commit 41b9cb0 into main Feb 20, 2024
4 checks passed
@zeobot zeobot bot deleted the restructure branch February 20, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@documentation Improvements or additions to documentation @environment @priority-medium
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant