DEV Community

Discussion on: How do you catch up with code that was merged recently?

Collapse
 
josegonz321 profile image
Jose Gonzalez • Edited

Every situation and context is different.

Here is mine:

Direct impact
The code changes are directly affecting me, I will scan carefully.

Current job
Since it's a huge enterprise code base, we have multiple teams working in the enterprise code base. I often merge the development branch into my branch and 90% ignore the merged code. Now, if there is a merge conflict, then I take a look enough to fix the merge conflict.

Curiosity
If I am curious about a feature or a piece of functionality another team implemented, I take my time looking at the code and learn from it.

Collapse
 
andy profile image
Andy Zhao (he/him)

Good points. I imagine it would extremely hard to keep up with every bit of code that gets merged if you're on a large enterprise code base.

Collapse
 
josegonz321 profile image
Jose Gonzalez

Haha it is hard to keep up. When you first start a job, you've the urge.

That goes away when you are too busy trying to get your work done. :)