Ask HN: What tools do you use to understand big code-base?
You are given a big Java (or another language) project to contribute to. No documentation. How do you start? What tools do you use to understand the high-level structure of the code? Thanks HN!
11 comments
[ 2.3 ms ] story [ 38.5 ms ] threadAsk HN: How to understand the large codebase of an open-source project? https://news.ycombinator.com/item?id=16299125
Ask HN: Studying large code bases https://news.ycombinator.com/item?id=9060832
Ask HN: How to dive into large codebase? https://news.ycombinator.com/item?id=12142807
* Find usages (Alt+F7)
* Navigate by hierarchy (Ctrl+U/Ctrl+Alt+B)