From bd2adb18c8de670d46ea97dccafe405e9197ae21 Mon Sep 17 00:00:00 2001 From: feken baboyan Date: Thu, 15 Feb 2018 17:28:03 -0500 Subject: [PATCH] Updated Code Style Guidelines (markdown) --- Code-Style-Guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Code-Style-Guidelines.md b/Code-Style-Guidelines.md index 34fa9ed..56704e1 100644 --- a/Code-Style-Guidelines.md +++ b/Code-Style-Guidelines.md @@ -9,6 +9,9 @@ 1. Start variable names with a lowercase letter, and use camelCase rather than under_scores. 1. Constants (public/private static final) are ALL_CAPS_WITH_UNDERSCORES. +## Line Length + +To the greatest extent possible, please wrap lines at 100 characters. ## Write Short Methods