From c4a66215d86227bc6d92bafa6203ef49d91ea15f Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 25 May 2021 17:46:38 -0400 Subject: [PATCH] Updated CodeReviewComments (markdown) --- CodeReviewComments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeReviewComments.md b/CodeReviewComments.md index 528088f5..2e46ffb5 100644 --- a/CodeReviewComments.md +++ b/CodeReviewComments.md @@ -417,7 +417,7 @@ then change the names or the semantics and you'll probably get a good result. This is, actually, exactly the same advice about how long a function should be. There's no rule "never have a function more than N lines long", but there is definitely such a thing as too long -of a function, and too repetitive tiny functions, and the solution is to change where the function +of a function, and of too repetitive tiny functions, and the solution is to change where the function boundaries are, not to start counting lines. ## Mixed Caps