memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 2a1025d1538eecbae88aa48c6352ce5b0947e045
parent 965c995901e38e43b2ef4e7df1735c50c8db7996
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 16 Apr 2020 22:05:12 +0200

Fixup  punctuation

Diffstat:
Mreviews/talks.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reviews/talks.md b/reviews/talks.md @@ -65,7 +65,7 @@ Advice on when to refactor: Goes over the usual code smells taught during the training he gives (conditionals, getters & setters, class names ala "Manager", too many -instance variables) +instance variables). Mentions a requirement for training **retention**: skills must be applied within a month after receiving the training, otherwise the @@ -75,7 +75,7 @@ Questions: - Does he know of open-source projects that showcase this style of programming? - - Smalltalk, some NodeJS libraries + - Smalltalk, some NodeJS libraries. - Does he rely on naming conventions? - Quite a lot.