Re: [OT] How to Analyze/Study Source Code?

2008-07-19 Thread James Youngman
On Wed, Jul 16, 2008 at 5:57 PM, Amit Uttamchandani [EMAIL PROTECTED] wrote: Hey everyone, Just wondering how you guys go about studying code? Do you read every single source file and then make notes? Or is there a tool that goes about and draws out relationships between source code files?

Re: [OT] How to Analyze/Study Source Code?

2008-07-17 Thread Kamaraju S Kusumanchi
Amit Uttamchandani wrote: Hey everyone, Just wondering how you guys go about studying code? Do you read every single source file and then make notes? Or is there a tool that goes about and draws out relationships between source code files? I ask this because I am looking into adding a

[OT] How to Analyze/Study Source Code?

2008-07-16 Thread Amit Uttamchandani
Hey everyone, Just wondering how you guys go about studying code? Do you read every single source file and then make notes? Or is there a tool that goes about and draws out relationships between source code files? I ask this because I am looking into adding a feature/fix to pcmanfm but it looks

Re: [OT] How to Analyze/Study Source Code?

2008-07-16 Thread Sam Kuper
2008/7/16 Amit Uttamchandani [EMAIL PROTECTED]: Just wondering how you guys go about studying code? My guess is: different people use different techniques, some more formal than others. I'm looking forward with interest to replies from more experienced coders, though. However, note that as

Re: [OT] How to Analyze/Study Source Code?

2008-07-16 Thread Amit Uttamchandani
On Wed, 16 Jul 2008 18:45:54 +0100 Sam Kuper [EMAIL PROTECTED] wrote: 2008/7/16 Amit Uttamchandani [EMAIL PROTECTED]: Just wondering how you guys go about studying code? My guess is: different people use different techniques, some more formal than others. I'm looking forward with

Re: [OT] How to Analyze/Study Source Code?

2008-07-16 Thread Jordi GutiƩrrez Hermoso
2008/7/16 Amit Uttamchandani [EMAIL PROTECTED]: 4. doc++ - Documentation system that generates LaTeX/html. Latest upload was on dec 2002. Doxygen could also work here. It's more recent, and it does more languages than just C or C++. I frequently use it to document my own code, and for

Re: [OT] How to Analyze/Study Source Code?

2008-07-16 Thread Amit Uttamchandani
On Wed, 16 Jul 2008 17:48:02 -0500 Jordi GutiƩrrez Hermoso [EMAIL PROTECTED] wrote: 2008/7/16 Amit Uttamchandani [EMAIL PROTECTED]: 4. doc++ - Documentation system that generates LaTeX/html. Latest upload was on dec 2002. Doxygen could also work here. It's more recent, and it does more