←back to thread

107 points pixelworm | 1 comments | | HN request time: 0s | 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?
Show context
rgovostes ◴[] No.45001775[source]
These are several years old at this point, but many open source project leaders contributed to the series "The Architecture of Open Source Applications", which is free to read online: https://aosabook.org/en/index.html
replies(1): >>45002216 #
1. pixelworm ◴[] No.45002216[source]
Thank you!