diff options
| -rw-r--r-- | reviews/talks.md | 4 |
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. |
