Constructor standardization
Closed this issue · 1 comments
szul commented
For classes that accept multiple arguments in the constructor, what is the standard practice? Should it always been a settings/configuration object, or are there times when it makes sense to pass in multiple arguments accompanied by an options parameter?
Based on:
#70 (comment)