iamMehedi / Secured-Preference-Store

A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.
563 stars 97 forks source link

Make parameter names more descriptive #9

Closed StuStirling closed 7 years ago

StuStirling commented 7 years ago

When autocomplete comes up in Android Studio, the parameter names are named things like s and s1. This isn't enough information as to what these parameters are for.

Renaming them to things like key and value where appropriate would be useful.