capsule-corp-ternoa / ternoa-js

Ternoa JavaScript SDK to build on top of the Ternoa Chain ⚙️
https://docs.ternoa.network
Apache License 2.0
24 stars 11 forks source link

Redundant Parameter names #20

Closed markopoloparadox closed 2 years ago

markopoloparadox commented 2 years ago

It seems to me that we have a lot of redundancy in our parameter names. Example: In the createCollection function one of the parameters is named collectionOffchainData. This makes sense but the 'collection' part in the name is redundant.

image