July 23, 2017
What has been written about reading source code?
Learning how to read source code has become a hobby of mine lately (and a sometimes painful one at that). In the course of my reading I have come across a number of blogs and articles on the subject which have been helpful, so I created this article to keep track of them.
How to read source code
- Use the source, don’t read it
- Tips For Reading Code
- Why I love reading other people’s code and you should too
- How to read code
- How to read source code (Microsoft)
- How to quickly and effectively read other people’s code
- Code reading
- How to read source code (Python)
- Build your own Angular
General thoughts about source code
- Learn to read the source Luke
- What I learned from reading the redux source code
- On reading the source, not the docs
- Learn to code by breaking someone else’s code
- Thoughts from Scott Hanselman
- Code reading
- Hacker News thread
- 3 misunderstandings about code review that are slowing you down
Debugging your app by reading source code
Tools for reading source code
- What is the best practice for reading source code?
- Why working on Chrome made me develop a tool for reading source code
- Reading source code on ipad with syntax highlighting
- Under jQuery’s bonnet
- Docco
- Example of annotating source code for side projects
Reading node.js source code
Reading jQuery source code
Reading Ruby on Rails source code
- Understanding Ruby and Rails: Reading Source Code
- Ruby mri code walk tour
- How jQuery works - an introduction
- Reading ruby for professional development
- Read the source , Luke: a readers guide to the rails source
Reading Wordpress source code
Reading Chrome extensions source code
Reading Android source code
Reading Slack source code
Reading Go source code
Verbal explanations of source code
Reading the Loopback framework source code
Reading React.js source code