You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
The addType function, e.g. addThing, addProduct receives an array of items to add. Always throws me that it's named addType (singular) but takes an array as input. I think it'd make sense to rename it to addTypes, e.g. addProducts, addThings, addUsers
The
addTypefunction, e.g.addThing,addProductreceives an array of items to add. Always throws me that it's namedaddType(singular) but takes an array as input. I think it'd make sense to rename it toaddTypes, e.g.addProducts,addThings,addUsersAs it is currently:
Proposed change: