|
|
|
|
|
by 8organicbits
1641 days ago
|
|
It's going to take time, for large code bases you won't actually look at all the code. Make sure you're able to efficiently navigate through the code. If your IDE supports jumping to declarations and usages, make sure you get working. Look at old commits to see how changes were added before, that will hint at how future changes should look. Ask others for help if something doesn't make sense. |
|