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

refactor(cmd): remove duplicated code for making spec #4

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

siyul-park
Copy link
Owner

@siyul-park siyul-park commented Nov 21, 2023

Changes Made

  • Eliminated duplicated code related to spec creation.
  • Introduced a Builder pattern for assembling specs from various sources.

Details

In this update, redundant code for constructing specs has been removed, enhancing code maintainability and reducing redundancy.

The addition of a Builder pattern allows the creation of specs from multiple sources in a more modular and organized manner. This not only improves code readability but also provides flexibility for future expansions.

These changes aim to streamline the codebase and promote a more structured approach to spec creation.

@siyul-park siyul-park added the enhancement New feature or request label Nov 21, 2023
@siyul-park siyul-park self-assigned this Nov 21, 2023
Copy link

codecov bot commented Nov 21, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@siyul-park siyul-park merged commit 4b66c51 into main Nov 24, 2023
9 checks passed
@siyul-park siyul-park deleted the feature/refactor_cmd branch November 24, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant