DEV Community

Discussion on: Getting started with a project written by another developer

Collapse
 
bartjaskulski profile image
Bartek Jaskulski

Additionally, I would advise to run the test suites if there are any in the project. And run them often, especially when you are messing around with the code when you are getting familiar with it.

And remember to take your time. You don't have to comprehend the whole codebase at once. Learn it bit by bit.