Closed slomo closed 8 years ago
Currently the code to create a new TagDispatcher might look like this
TagDispatcher
dispatcher = TagDispatcher.get(this, tagArbiter, true, true, false, true, false, true);
Which is confusing. Maybe the builder pattern could improve the api here.
@slomo Totally.
:+1:
Currently the code to create a new
TagDispatcher
might look like thisWhich is confusing. Maybe the builder pattern could improve the api here.