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

Reply via email to