Last active
September 5, 2018 13:45
-
-
Save Potherca/4147169 to your computer and use it in GitHub Desktop.
Dockblock explaining our coding convention - https://blog.pother.ca/VariableNamingConvention/
This file contains 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
/** | |
* Note: The variable naming scheme used in this project is an adaption of | |
* Systems Hungarian. More details available here: | |
* | |
* https://blog.pother.ca/VariableNamingConvention/ | |
* | |
* This style guide was originally created by Ben Peachey and Sander Krause. | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment