Link another book summary

This commit is contained in:
Morgan 2021-07-01 12:22:33 +02:00 committed by GitHub
parent e4ddd7c288
commit a642084f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -58,3 +58,5 @@ My favorite bytes from the wonderful book [A Philosophy of Software Design](http
* Performance isnt 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