└── README.md /README.md: -------------------------------------------------------------------------------- 1 | Good Code Reads 2 | =============== 3 | 4 | Collection of Good Code Reads, PRs very welcome. 5 | 6 | 7 | ## Annotated source: 8 | * [Backbone.js](http://backbonejs.org/docs/backbone.html) 9 | * [Underscore.js](https://underscorejs.org/docs/underscore-esm.html) 10 | * [Meteor](https://github.com/meteor/meteor) 11 | * [React](https://github.com/facebook/react/) 12 | * [Redux](https://github.com/reactjs/redux) 13 | * [Spectrum](https://github.com/withspectrum/spectrum) – Simple, powerful online communities 14 | 15 | 16 | ## Similar projects in the space: 17 | * https://github.com/partyparrot/codetours 18 | 19 | ## VS Code 20 | 21 | [VS Code](https://github.com/microsoft/vscode) – main repo 22 | 23 | [Monaco Editor](https://github.com/microsoft/monaco-editor) – fully featured code editor from VS Code 24 | 25 | [monaco-vscode-api](https://github.com/codingame/monaco-vscode-api) – NPM module that implements the VSCode api and redirects calls to Monaco editor. 26 | 27 | as per this thread: 28 |
--------------------------------------------------------------------------------VSCode is one of the most impressive codebases I've ever read.
— Ives van Hoorne (@CompuIves) November 21, 2023