awesome-code-reading icon indicating copy to clipboard operation
awesome-code-reading copied to clipboard

A curated list of high-quality codebases to read and study. Read more code!

Results 10 awesome-code-reading issues
Sort by recently updated
recently updated
newest added

## Link to the codebase [https://sqlite.org/src/dir?ci=tip](https://sqlite.org/src/dir?ci=tip) ## Which release/version did you read? Latest release as of [https://sqlite.org/src/vinfo?name=427e2c9d95a92308](https://sqlite.org/src/vinfo?name=427e2c9d95a92308) (3.32.0) ## Why is it a good project to read? * A full...

# Link to the codebase https://github.com/withspectrum/spectrum # Which release/version did you read? The latest # Why it is a good project to read? It's a complete project with lots of...

Size - Large
Language - Javascript

"Ask HN: What open source project, in your opinion, has the highest code quality? | Hacker News" https://news.ycombinator.com/item?id=18037613

### Link to the codebase https://github.com/hashicorp/memberlist/ ### Which release/version did you read? Commit https://github.com/hashicorp/memberlist/commit/bfc6c8886aaf7d2f180da4717014f54f73e307a6. The project doesn't do releases too often. ### Why it is a good project to read?...

Size - Medium
Language - Go

### Link to the codebase https://github.com/milligram/milligram/ ### Which release/version did you read? 1.3.0 (https://github.com/milligram/milligram/releases/tag/v1.3.0) ### Why it is a good project to read? - Small CSS framework. No Javascript. ###...

Size - Small
Language - CSS

### Link to the codebase https://github.com/tendermint/tendermint ### Which release/version did you read? 0.12.1 (https://github.com/tendermint/tendermint/releases/tag/v0.12.1) ### Why it is a good project to read? - A full blockchain implementation in Go...

Size - Large
Language - Go

### Link to the codebase https://github.com/sinatra/sinatra ### Which release/version did you read? 2.0.0 (https://github.com/sinatra/sinatra/releases/tag/v2.0.0) ### Why it is a good project to read? - Classic ruby based web framework. Large...

Size - Small
Language - Ruby

### Link to the codebase https://github.com/jaredreich/pell ### Which release/version did you read? 1.0.4 (https://github.com/jaredreich/pell/releases/tag/v1.0.4) ### Why it is a good project to read? - Simple WYSIWYG text editor without dependencies...

Size - Small
Language - Javascript

### Link to the codebase https://github.com/pure-css/pure ### Which release/version did you read? 1.0.0 (https://github.com/pure-css/pure/releases/tag/v1.0.0) ### Why it is a good project to read? - CSS framework created by Yahoo. -...

Size - Small
Language - CSS

### Link to the codebase https://github.com/bitcoin/bitcoin/ ### Which release/version did you read? 0.1.5. (https://github.com/bitcoin/bitcoin/releases/tag/v0.1.5) ### Why it is a good project to read? - Written by Satoshi Nakamoto! - First...

Size - Medium
Language - C++