Closed markopoloparadox closed 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.
createCollection
collectionOffchainData
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 namedcollectionOffchainData
. This makes sense but the 'collection' part in the name is redundant.