diff --git a/Code-Style-Guidelines.md b/Code-Style-Guidelines.md index 56704e1..34fa9ed 100644 --- a/Code-Style-Guidelines.md +++ b/Code-Style-Guidelines.md @@ -9,9 +9,6 @@ 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