I spend significant time reading and understanding codebases that I don't control (open source libraries, internal legacy systems, etc.). As I build understanding, I need to document my insights, gotchas, and mental models - but these notes are purely personal and shouldn't be part of the actual codebase.
My challenges:
1. These annotations need to be tightly coupled with specific locations in the source code (particular functions, variables, or even specific lines)
2. The underlying code changes regularly (new versions, updates from maintainers) which can break the connection between my notes and the code
3. My notes are private - they include half-formed thoughts, questions, and sometimes critical observations that wouldn't be appropriate as public comments
4. I want to preserve this knowledge across different machines and working environments
I've tried various approaches: - Local IDE bookmarks (lost between sessions) - Separate markdown files (hard to maintain precise code references) - Private forks with comments (becomes unmaintainable as source evolves)
I'm curious how others solve this problem. Do you have a systematic approach for maintaining personal annotations on code that's not under your control? How do you handle the challenge of the code evolving while keeping your notes relevant?
Would especially love to hear from people working with large codebases or those who regularly need to dive deep into external dependencies.
Comments URL: https://news.ycombinator.com/item?id=42514803
Points: 7
# Comments: 6
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe
Article URL: https://www
Article URL: https://godview.ai
Comments URL: https://news.ycombinator.com/item?id=42519562