Buildenator icon indicating copy to clipboard operation
Buildenator copied to clipboard

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

Open pmrogala opened this issue 3 years ago • 0 comments

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 avatar Jun 06 '21 20:06 pmrogala