diff options
Diffstat (limited to 'programming')
| -rw-r--r-- | programming/containers_might_not_be_the_right_answer.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/programming/containers_might_not_be_the_right_answer.md b/programming/containers_might_not_be_the_right_answer.md index e622d9cb..b00bbade 100644 --- a/programming/containers_might_not_be_the_right_answer.md +++ b/programming/containers_might_not_be_the_right_answer.md @@ -3,6 +3,7 @@ Containers are everywhere, and I feel today they are the default answer to many problems for many people. [Although the author of one of the handiest quotes does not want people to use it](https://www.jwz.org/blog/2014/05/so-this-happened/), I think that quote adequately describes the situation. +Definitely, containers are no silver bullet. Containers are a good example of an “easy but not simple” technique (see [the "Simple Made Easy" - Rich Hickey (2011) talk](https://www.youtube.com/watch?v=SxdOUGdseq4)). |
