Currently, it takes 7 (8 with a future Tandem instance).
This is a design/maintenance liability because of JavaScript's lack of runtime parameter checking.
Ideally, it should be closer to 4 or 5. Please check if there is a straightforward way to reduce the number of parameters without making other design compromises (perhaps use default options, pass in a larger object, or some other strategy).
Currently, it takes 7 (8 with a future Tandem instance).
This is a design/maintenance liability because of JavaScript's lack of runtime parameter checking.
Ideally, it should be closer to 4 or 5. Please check if there is a straightforward way to reduce the number of parameters without making other design compromises (perhaps use default options, pass in a larger object, or some other strategy).
(#57)