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

Add possibility to select a strategy about how to deal with multiple constructors #2

Open
pmrogala opened this issue Jun 6, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@pmrogala
Copy link
Owner

pmrogala commented Jun 6, 2021

Issue:
When a class has more than one constructor, which one should be chosen to construct the object?

Solution:

  • Constructor selection strategies
  • By default, constructor with the longest numbers of parameters will be taken.
@pmrogala pmrogala added the enhancement New feature or request label Jun 6, 2021
@pmrogala pmrogala added this to the 2.0.0 Release milestone Jun 6, 2021
@pmrogala pmrogala self-assigned this Jun 6, 2021
@pmrogala pmrogala changed the title Strategies for multiple constructors Add possibility to select a strategy about how to deal with multiple constructors Jun 7, 2021
@pmrogala pmrogala modified the milestones: 2.0.0 Release, 3.1.0 Jul 15, 2021
@pmrogala pmrogala modified the milestones: 3.1.0, 4.0.0 Sep 17, 2021
@pmrogala pmrogala modified the milestones: 4.0.0, Future Oct 1, 2021
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