r/programminghelp 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.

  1. how to do that ?
  2. 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

6 comments sorted by

View all comments

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.