How would you dive into a big codebase

Paulo Pinto via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 22 00:38:47 PDT 2014


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 data 
> structures & functions names in a source file to make the files 
> easier to digest.

This would be my approach as well.

The code navigation options offered by modern IDEs are way better 
than the alternatives, specially the semantic navigation "what 
gets used where".

--
Paulo


More information about the Digitalmars-d-learn mailing list