Link another book summary
This commit is contained in:
parent
e4ddd7c288
commit
a642084f37
@ -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.
|
* 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.
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user