Closed greenstack closed 4 years ago
Currently, TeamBuilder's Start() and Finish() methods are templates accepting a type that extends ITeam.
TeamBuilder
Start()
Finish()
ITeam
I believe it would make more sense for the TeamBuilder itself to be a template class, simplifying the team creation process.
This should be done on the 0.2.0-alpha branch.
Currently,
TeamBuilder
'sStart()
andFinish()
methods are templates accepting a type that extendsITeam
.I believe it would make more sense for the TeamBuilder itself to be a template class, simplifying the team creation process.