Documentation past comments, is it needed?
Hey y'all, just wanted to ask a question about if one might need internal documentation like website (e.g., something built with like https://www.docz.site/). I understand if its like an open source library and you want people to know how things works and the props it has.
But I just don't see how it may be useful like internally. Maybe im in the wrong? But not sure if trying to actively maintain it is beneficial?
Docz
It has never been so easy to document your things
6 Replies
it depends!
🤣
damn it
our product at work is so big (50+ repos) that having a lil wiki about what each thing is, what it does, how they talk to each other, etc is a life saver
hmmm yeah I can see that. We are doing a turborepo at work and as we add more things could be useful 🤔
our thing is basically just one big nested bullet point list but it gets the job done
ive been actively adding to it and had good feedback on it from new hires
Hmm I see. Thanks!