From 7095f4bf99bb7ea5eb04486fcef86859f76b1db7 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 7 Jun 2018 13:34:02 +0200 Subject: [PATCH] Add abstraction video --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a465fb..60eb4cc 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Articles: * [Education of a Programmer](https://hackernoon.com/education-of-a-programmer-aaecf2d35312): a developer's thoughts after 35 years in the industry. There's a particularly good section about design & complexity (see "the end to end argument", "layering and componentization"). * Google's [API Design Guide](https://cloud.google.com/apis/design/): a general guide to design networked API. * [Domain-driven design](https://en.wikipedia.org/wiki/Domain-driven_design), Wikipedia. +* [On the Spectrum of Abstraction](https://www.youtube.com/watch?v=mVVNJKv9esE) 🎞, Cheng Lou I maintain a [list of antipatterns](https://github.com/charlax/antipatterns) on another repo. This is a highly recommended read.