Updated CodeReviewComments (markdown)

Katie Hockman 2021-05-25 17:46:38 -04:00
parent b71f2733f9
commit c4a66215d8

@ -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