From a642084f37cf0294a27285865e4328446e3217d0 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 1 Jul 2021 12:22:33 +0200 Subject: [PATCH] Link another book summary --- books/a_philosophy_of_software_design.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/books/a_philosophy_of_software_design.md b/books/a_philosophy_of_software_design.md index 6e03d40..f091425 100644 --- a/books/a_philosophy_of_software_design.md +++ b/books/a_philosophy_of_software_design.md @@ -58,3 +58,5 @@ My favorite bytes from the wonderful book [A Philosophy of Software Design](http * Performance isn’t as important for special cases, so you can structure the special-case code for simplicity rather than performance. * The key is simplicity again: find the critical paths that are most important for performance and make them as simple as possible. +## Other summaries +* [Ayooluwa Isaiah](https://freshman.tech/philosophy-of-software-design-summary/) - (2021) Book summary: A Philosophy of Software Design