upvote
I posted about my project below - https://github.com/0x007BA7/codebook

But maybe you should checkout the tools it’s based on, sem - https://github.com/Ataraxy-Labs/sem and ultimately treesitter. They at least give a more structured approach to dealing with code than simple text.

reply
This is great stuff; I've been prototyping with a few language-specific parsers like the Golang and the polyglot approach looks really helpful for me
reply
Yeah I hope the links are helpful
reply
Any promising techniques so far? I’m working on a rather large monorepo and very few people on the team are managing to keep up with it. Looking for ideas to improve comprehension.
reply
At the moment I'd check the sibling comment, which has a few links!
reply
Forgive me if this is naive, I haven’t been in DevOps my whole career:

doesn’t

> very few people on the team are managing to keep up with it

mean a monorepo is a mistake worth unwinding immediately?

reply