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

Create a DTO from GacelaConfig #305

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Conversation

Chemaclass
Copy link
Member

📚 Description

The GacelaConfig class is the public config API that the client/user uses to alter the default behavior of Gacela.
The changes are purely internal, and instead of manipulating a plain key-value array, it's simpler to use an object.

🔖 Changes

  • Create GacelaConfigTransfer (as DTO) instead of using a plain array from the GacelaConfig public API

@Chemaclass Chemaclass added the refactoring Refactoring or cleaning related label Aug 14, 2023
@Chemaclass Chemaclass self-assigned this Aug 14, 2023
@Chemaclass Chemaclass merged commit 5644805 into main Aug 14, 2023
12 checks passed
@Chemaclass Chemaclass deleted the create-GacelaConfigTransfer-dto branch August 14, 2023 12:00
@Chemaclass Chemaclass restored the create-GacelaConfigTransfer-dto branch October 8, 2023 15:32
@Chemaclass Chemaclass deleted the create-GacelaConfigTransfer-dto branch October 8, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring or cleaning related
Development

Successfully merging this pull request may close these issues.

3 participants