Add document purpose

This commit is contained in:
Nadia Ridko
2018-01-12 11:20:49 +02:00
parent da0a2a2ebe
commit 3eb9bcf556

View File

@ -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)