huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 40 forks source link

Feature/key names #13

Closed juanjux closed 7 years ago

juanjux commented 7 years ago

This PRs uses constants for aliasing the key names instead of using integers, which makes the code more readable. It also changes the chained ifs for an in test in set objects, which should be faster and more readable.