From c6ef8ddd357219323e9b63b472496396857827f5 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Fri, 15 Apr 2016 13:07:25 +0000 Subject: [PATCH] akwizgran created page: pre review checklist --- code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-style.md b/code-style.md index 0cd3629..27a30c8 100644 --- a/code-style.md +++ b/code-style.md @@ -3,7 +3,7 @@ * Tabs for indentation, tab width of 4 * `if/else/for/while` may omit brackets if the body fits on a single line * `else/catch/finally` continue the same line as the preceding bracket -* If a file uses spaces, follow the file's existing indentation or re-indent the whole file in a separate commit * Use `foo` rather than `mFoo`, `_foo`, etc for field names * Use `foo` rather than `this.foo` unless there's also a local `foo` * `CONSTANTS_LIKE_THIS`, `variablesLikeThis` +* `AbcCamelCase` rather than `ABCCamelCase` \ No newline at end of file