From 886fd67f2b46fdbbbe501dd6a6530868ca029ef8 Mon Sep 17 00:00:00 2001 From: Glyphack Date: Mon, 29 Aug 2022 10:21:38 +0430 Subject: [PATCH] Fix broken link "How to make mistakes in Python" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8292f59..06ad0bf 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,7 @@ One of the absolute references on architecture is Martin Fowler: checkout his [S Articles: -- O'Reilly's [How to make mistakes in Python](http://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf) +- O'Reilly's [How to make mistakes in Python](https://www.oreilly.com/content/how-to-make-mistakes-in-python/) - [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"). - [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