Luxoft / cordentity

This project combines Hyperledger's Indy ledger for decentralized identity with the Corda platform
Apache License 2.0
32 stars 20 forks source link

Refactor naming globally #13

Closed seniorjoinu closed 5 years ago

seniorjoinu commented 6 years ago

Detailed Description

There are many different abbreviations in code like "revRegId" and "credDef".

Context

This will make code much more clear and understandable.

Possible Implementation

I think it's okay to have an inner variable having an abbreviation in its name but users of the public API must be able to easily read and understand it.