Context
The class name of the ServiceBindingMerger is currently confusing as it doesn't actually merge individual ServiceBindings but instead it merges Collections of ServiceBindings.
Request
Find a better name for the ServiceBindingMeger that outlines it's actual intention.
Suggestions
Consider following names:
ServiceBindingCollectionMerger
ServiceBindingAggregator
Context
The class name of the
ServiceBindingMergeris currently confusing as it doesn't actually merge individualServiceBindings but instead it mergesCollections ofServiceBindings.Request
Find a better name for the
ServiceBindingMegerthat outlines it's actual intention.Suggestions
Consider following names:
ServiceBindingCollectionMergerServiceBindingAggregator