Tools for understanding large codebase
Posted
by 0tar0gz
on Stack Overflow
See other posts from Stack Overflow
or by 0tar0gz
Published on 2010-01-17T04:38:40Z
Indexed on
2010/05/08
16:48 UTC
Read the original article
Hit count: 166
Hi!
My whole life I have been programming in simple plain text editor. Lately, I was contemplating about joining an open source project which is fairly large and written in C.
I downloaded the sources, started to look around, read this, forget that...
Then I thought to myself: this can't be true. This is 21st century there must be some tool which would help me to understand the code, perhaps some kind of IDE or "code navigator". What flows from here to where, this typedef struct
is just interface to that private type, this function is just #define
from above, function called in this file is defined in that file, ... you get the idea.
Dear Stack Overflow, is this 21st century? Is there something like this?
© Stack Overflow or respective owner