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