How to approach a new codebase, vol 2.0:
How to approach a new codebase, vol 2.0:
- -Identify the important files in the codebase
- -Go through the codebase file by file
- Write comments on every line of code and what it does/what you think it does
- Understand the code function by function
- Try to understand every file's main functionality
I know that I've already covered this before, but it's so important. Repetition is key. Thanks!!!
Comments
Post a Comment