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

SNOW-1229108 Refactor config validation #895

Closed
wants to merge 3 commits into from

Conversation

sfc-gh-mbobowski
Copy link
Contributor

SNOW-1229108

Initial refactor:

  • extract config validation from Utils into dedicated class
  • create interface

@sfc-gh-mbobowski sfc-gh-mbobowski requested a review from a team as a code owner July 31, 2024 13:35

import java.util.Map;

public interface IConnectorConfigValidator {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to follow here the "I" interface naming convention? I would just do as usual with the implementation having postfix Impl or prefix Main/Default

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to Default prefix. We should align to one convention as right now we have no interfaces = no convention ;)

@sfc-gh-mbobowski sfc-gh-mbobowski enabled auto-merge (squash) August 1, 2024 09:17
@sfc-gh-mbobowski
Copy link
Contributor Author

Closing - will post another PR with complete change

auto-merge was automatically disabled August 1, 2024 14:33

Pull request was closed

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.

2 participants