Details
Description
CandidateStep is becoming too big and would benefit from a separation of concern between step matching and creation.
StepCreator interface should be renamed to StepCollector to better express its function.
Delegate the step creation concern to a StepCreator class.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | Rename StepCreator to StepCollector | Separate step matching from step creation in CandidateStep |
| Description |
StepCreator should be renamed to StepCollector to better express its function.
|
CandidateStep is becoming too big and would benefit from a separation of concern between step matching and creation.
StepCreator interface should be renamed to StepCollector to better express its function. A StepCreator class could be introduced its place to separate the step creation concern. |
| Description |
CandidateStep is becoming too big and would benefit from a separation of concern between step matching and creation.
StepCreator interface should be renamed to StepCollector to better express its function. A StepCreator class could be introduced its place to separate the step creation concern. |
CandidateStep is becoming too big and would benefit from a separation of concern between step matching and creation.
StepCreator interface should be renamed to StepCollector to better express its function. Delegate the step creation concern to a StepCreator class. |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |