okleinschmidt / wdmc

The missing CLI Client for Western Digital MyCloud NAS Systems.
MIT License
14 stars 3 forks source link

maintainability: mix of string and symbol hash keys #3

Closed tdilauro closed 6 years ago

tdilauro commented 6 years ago

The Client class serves a number of other classes, some of which expect symbols and others of which expect strings as keys for the hashes returned by Client's methods. As a result, Client can not do its work in a consistent manner.

tdilauro commented 6 years ago

Plan to standardize on symbols.

tdilauro commented 6 years ago

Completed. Closing.