forked from extern/naming-cheatsheet
Add document purpose
This commit is contained in:
@ -7,6 +7,8 @@
|
|||||||
# Naming cheatsheet
|
# Naming cheatsheet
|
||||||
Naming things is hard. Let's make it easier.
|
Naming things is hard. Let's make it easier.
|
||||||
|
|
||||||
|
The purpose of this document is to break down and systematize the concepts and patterns commonly used for variable naming. Beware that *variable* in this document refers to variables, methods, and generally anything created during your programming work.
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
* [Guidelines](#guidelines)
|
* [Guidelines](#guidelines)
|
||||||
* [HC/LC Pattern](#hclc-pattern)
|
* [HC/LC Pattern](#hclc-pattern)
|
||||||
|
Reference in New Issue
Block a user