Comment on Ask HN: How do you learn to read large code bases?Comments−bradhe4yI start from invocation and go deeper. This could be main, or perhaps specific API endpoints. If you’re unfamiliar with the framework, figuring out where those endpoints live is a good step 1.
Comments
I start from invocation and go deeper. This could be main, or perhaps specific API endpoints. If you’re unfamiliar with the framework, figuring out where those endpoints live is a good step 1.