summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-04-16 22:05:12 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-04-16 22:05:12 +0200
commit2a1025d1538eecbae88aa48c6352ce5b0947e045 (patch)
tree92bc2f15f80712b54b7636fc119177abba27eb0b
parent965c995901e38e43b2ef4e7df1735c50c8db7996 (diff)
downloadmemory-leaks-2a1025d1538eecbae88aa48c6352ce5b0947e045.tar.xz
Fixup punctuation
-rw-r--r--reviews/talks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/reviews/talks.md b/reviews/talks.md
index e61f6db..d32c4ad 100644
--- 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.