←back to thread

107 points pixelworm | 1 comments | | HN request time: 0.202s | source

I’m working on improving my software design skills, and it was recommended that I study existing well designed codebases. What are some publicly accessible codebases you would consider gold standards for software design?
1. tariqshams ◴[] No.45010454[source]
Highly recommend you read this book series (all free online)

The Architecture of Open Source Applications

https://aosabook.org/en/

Then afterwards diving into a repo based on the map given to you by the textbook.