From 3eb9bcf5568c9ae1d91f8d2321d58d4ab8bf8982 Mon Sep 17 00:00:00 2001 From: Nadia Ridko Date: Fri, 12 Jan 2018 11:20:49 +0200 Subject: [PATCH] Add document purpose --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d68918..c8adf19 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ # Naming cheatsheet 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 * [Guidelines](#guidelines) * [HC/LC Pattern](#hclc-pattern)