Search Results

4
votes

How do you find your way around a new codebase

Generally, if I have an idea of what functionality I'm supposed to be fixing/extending, I will follow through the use case for that feature, set a few breakpoints here and there and just try to get …