Live data from Hacker News

Ask HN: How to dive into large codebase?

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: How to dive into large codebase?

#11
post #2

This is one scenario that even the most die-hard vim/ctags ninja would benefit from using something like a JetBrains-level IDE to navigate the class hierarchies.

I have the best of both worlds: Eclipse IDE with a vim plugin (vrapper). Not sure why people choose strictly one of the two.

Re: Ask HN: How to dive into large codebase?

#12
>Are there any tutorials,books or other materials teaching about how to dive,familiarize,read,understand and contribute to large codebases efficiently?

No, but I would say this is where you really want to know your tools. Be it a debugger so you can step through a codebase to find a problem, using an IDE to inspect parts/jump around, CTAGS/Grep for Vim/Emacs users, etc.

Post reply on HN