DEV Community

Discussion on: How do you orient to a "new to you" code base?

Collapse
 
polterguy profile image
Thomas Hansen

If the code base is written with high quality, your first place would be the folder system, allowing you to segregate into modules and logical components.

Collapse
 
jeremyf profile image
Jeremy Friesen

So, taking a step back, tree -d ./app (where app is the folder with the production code) followed by tree -d ./lib and tree -d ./test.