Strategies for dealing with poor code in limited time
You’ve been given the task of implementing a new feature on an old codebase, but the code looks awful. How can you understand it as quickly as possible? Here are several shortcuts to help learn the important parts of new code without getting lost in the irrelevant details. As programmers, we often have to join new projects, …