Post #2974850
2026-04-21 11:26 UTC
@liw@toot.liw.fi It is best to start with a specific question - how does the code do this one thing I care about. Then trace the inputs from the main starting code through function and subroutine calls/object methods. Skip anything unrelated to your question, you can try to understand those later.
Replies (1)
-
@richardcrawshaw@mastodon.green 2026-04-21 11:43
@apsmith@fediscience.org @liw@toot.liw.fi if you have the time, going down rabbit holes can quickly broaden understanding of the larger codebase.