Tagged Questions

30
votes
9answers
1k views

What books help one to learn to read code? [closed]

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 ...
20
votes
21answers
1k 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 ...