decentralized-identity / DIDComm-js

JS implementation of pack and unpack
Apache License 2.0
55 stars 25 forks source link

Consistent Variable naming #18

Closed kdenhartog closed 4 years ago

kdenhartog commented 4 years ago

Right now in some cases variables use camel case and some use snake case. This library should support a consistent pattern and stick to it.

flagoon commented 4 years ago

I would like to tackle this. Can I take it?

flagoon commented 4 years ago

https://github.com/decentralized-identity/DIDComm-js/pull/19 Thank you.

kdenhartog commented 4 years ago

Thanks!