llvm / Community.o

Community.o website and other resources
0 stars 1 forks source link

Recommend a good tutorial on how to navigate and understand huge C++ code base #15

Open kbeyls opened 3 months ago

kbeyls commented 3 months ago

The LLVM project consists of mainly a huge C++ code base.

Navigating and bit-by-bit understanding a huge C++ code base is one of the key skills people need to be able to contribute code most effectively. Could the project document/recommend a few approaches to learn this skill?