Created
February 2, 2023 10:42
-
-
Save bartubozkurt/aed198363c61a4a8152fb2fccc2a71bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Bad */ | |
string private password; | |
/* Better */ | |
// string private password | |
// shouldn't store the password on blockchain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment