From 5265976eea1a3986656e1449ee82efd09506d33c Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Tue, 10 Oct 2023 15:19:41 +0200 Subject: [PATCH] Fix style --- lesson_plans/day_3.qmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lesson_plans/day_3.qmd b/lesson_plans/day_3.qmd index 8c8b862..2069261 100644 --- a/lesson_plans/day_3.qmd +++ b/lesson_plans/day_3.qmd @@ -168,11 +168,13 @@ and optional output. * @lakos1996large Chapter 2.6: Document the interfaces so that they are usable by others. Have at least one other developer review each interface - * @martin2005joint AV Rule 1: 'Any one function (or method) will contain no more than 200 logical source lines of code.' + * @martin2005joint AV Rule 1: 'Any one function (or method) + will contain no more than 200 logical source lines of code.' ## About good functions 3/3 - * @stroustrup2013cpp (4th edition) page 341: '[20] Specify preconditions and postconditions for your functions' + * @stroustrup2013cpp (4th edition) page 341: '[20] Specify preconditions and + postconditions for your functions' * @stroustrup2018cpp I.5: State preconditions (if any) * @stroustrup2018cpp I.7: State postconditions * @stroustrup2018cpp I.1: Make interfaces explicit