←back to thread

107 points pixelworm | 1 comments | | HN request time: 0.207s | 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. BobbyTables2 ◴[] No.45009803[source]
Go the other way.

Study and fix shitty code.

Find college students who wrote a web server and put it on GitHub for the world to see.

Find all the bugs and then see how many integer overflow vulnerabilities can be exploited to crash it … or worse.