14
votes
20answers
817 views
Source Code Analysis - what do you do?
Situation: I have some source code, and I'm boning up on what happens. Who calls what, what goes where, etc, etc. (There is minimal documentation/comments, so I have to work it out myself).
Now, my …
1
vote
5answers
505 views
Generic source code browser for Windows and Linux
Hi,
I am looking for a generic source code browser for Windows and Linux. The languages I use are limited to C/C++, Python and Perl.
This tool must be able to show a view of …
14
votes
7answers
498 views
What books help one to learn to read code?
Lion's Commentary on Unix Sixth Edition with Source Code is a wonderful book to learn how to read code. Reading code is important -- how does one learn how to write excellent code without having read …
2
votes
6answers
515 views
I want to read the source code of a real compiler. Suggestions on which & how? Any experiences to share?
In order to continue my dive into reading real code, I'd like to read and understand the source code of an actual in-use compiler. Is there one that you think is particularly well-written, elegant, …
