|
|
|
|
|
by travoltaj
1413 days ago
|
|
Two things -
First - I learn how the data flows from the source to the end. That teaches me to navigate the codebase entirely. (User action to database, or source data to end data etc. Second - I learn how different components are wired together. |
|
This reminds me of Pharo which does all of the above, indexes classes, messages and has a rich documentation support.