How would you dive into a big codebase

2014-10-21 Thread Freddy via Digitalmars-d-learn
Is there any advice/tips for reading medium/big D codebases?

Re: How would you dive into a big codebase

2014-10-21 Thread Jonathan M Davis via Digitalmars-d-learn
On Wednesday, 22 October 2014 at 01:21:19 UTC, Freddy wrote: Is there any advice/tips for reading medium/big D codebases? I'm not aware of there being anything about D which makes it any different to dig into a large codebase than it is for any other language. The usual suggestion that I've h

Re: How would you dive into a big codebase

2014-10-21 Thread safety0ff via Digitalmars-d-learn
On Wednesday, 22 October 2014 at 01:21:19 UTC, Freddy wrote: Is there any advice/tips for reading medium/big D codebases? Somewhat D specific: I would consider an IDE/editor like Eclipse with DDT that can give an outline of the data structures & functions names in a source file to make the fi

Re: How would you dive into a big codebase

2014-10-22 Thread Nicolas F via Digitalmars-d-learn
On Wednesday, 22 October 2014 at 02:09:53 UTC, Jonathan M Davis wrote: The usual suggestion that I've heard given (without any particular language in mind) is to start by tracking down and fixing a bug in it This is how I usually do it too, though you don't even need to find a bug in it. Picki

Re: How would you dive into a big codebase

2014-10-22 Thread Paulo Pinto via Digitalmars-d-learn
On Wednesday, 22 October 2014 at 02:42:38 UTC, safety0ff wrote: On Wednesday, 22 October 2014 at 01:21:19 UTC, Freddy wrote: Is there any advice/tips for reading medium/big D codebases? Somewhat D specific: I would consider an IDE/editor like Eclipse with DDT that can give an outline of the d