Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created February 2, 2023 10:42
Show Gist options
  • Save bartubozkurt/aed198363c61a4a8152fb2fccc2a71bf to your computer and use it in GitHub Desktop.
Save bartubozkurt/aed198363c61a4a8152fb2fccc2a71bf to your computer and use it in GitHub Desktop.
/* 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