From d3867d29bd4002682fc3c0a15d6f10cb1869c137 Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Thu, 8 Oct 2015 20:08:15 -0400 Subject: [PATCH] Be more clear on code style --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d22681d..411e2cc 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ * If you want a feature and can code, feel free to fork and add the change yourself and make a pull request * PLEASE use the ````dev```` branch when contributing as the ````master```` branch is supposed to be for stable builds. I will not reject your pull request if you make it on master, but it will annoy me and make my life harder. * Code Style - * Standard Java camel case - * Member variables are preceded with an 'm' + * Hungarian Notation + * Prefix member variables with 'm' + * Prefix static member variables with 's' * Use 4 spaces instead of a tab (\t) ####Setting Up the Project