DEV Community

Discussion on: Codebase is too large. Any tips on how you quickly understood existing codebase on your first job?

Collapse
 
rhymes profile image
rhymes

I'd add: read the tests, they document how the various parts of the code work. If you're unsure how a method or a part of the code base works, try to read its test.

Collapse
 
tosinibrahim96 profile image
Ibrahim Alausa

Thanks rhymes