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 command builder #37

Open
Matthiee opened this issue Feb 17, 2019 · 0 comments
Open

Refactor command builder #37

Matthiee opened this issue Feb 17, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Matthiee
Copy link
Member

We currently have a lot of classes/interfaces related to command configuration.

  • ICommandConfigurationBuilder
  • ICommandConfigurationBuilder<TSource>
  • ICommandBuilder<TOption>
  • ICommandBuilder<TOption, TCommandOption>

A lot of properties and methods are being duplicated. This has been done to not expose unwanted methods/properties in the public API.

Refactor of those interfaces/classes are needed for the 0.3 release.

@Matthiee Matthiee added the enhancement New feature or request label Feb 17, 2019
@Matthiee Matthiee added this to the 0.3 milestone Feb 17, 2019
@Matthiee Matthiee modified the milestones: 0.3.vNext, Backlog Feb 23, 2020
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

No branches or pull requests

1 participant