|
|
|
|
|
by mtlmtlmtlmtl
1291 days ago
|
|
The code is the best manual you'll every get in my experience. There's no substitute when working on a codebase. When I'm introduced to a codebase I'll be doing significant work on, I'll often spend hours at a time just reading the code. Start at main() and skim until you get a feel for the overall architecture, then go figure out whatever subsystems seem mysterious to you. Rinse and repeat. Makes a huge difference when making changes, because that requires reading code anyway, and you'll have a much better idea of what code to read/change. |
|
Maybe its just me but plain text does nothing for me so i convert it into visual elements.