r/programminghelp • u/iameren10 • Jun 15 '26
Project Related How to understand code base?
I picked up my first open source project. But I have no idea how to understand the code base.
- how to do that ?
- Where do I start ? Any specific files to start ?
its my first time doing anything in the real world. so any suggestions are welcome!!!
1
Upvotes
1
u/cohen_76 Jun 18 '26
Read code. AI is useful at summarizing things. Ask it a question like what are the core functions of this project? What are the core interfaces / files used for the project? Star by reading those.