<https://mitchellh.com/writing/contributing-to-com...
# linking-together
d
https://mitchellh.com/writing/contributing-to-complex-projects I thought this was good advice for understanding most software projects. In particular, interacting with the material by making changes to the source as way to verify (and build experience with) the code.
t
This is great! I followed something like this recently when I started contributing to an open source project, though not quite as systematically. It does make me wonder if there could be better tools for this process, especially the "trace down, learn up" steps. Some of my coworkers have to deal with projects that have millions of lines of code that were written decades ago, and even with this strategy it seems pretty hard to keep track of it all.