Ask HN: Best practices for open sourcing your project?
https://news.ycombinator.com/item?id=20401465Hi all,
I've been working on https://algodaily.com for the better part of a year now, and would like to open source both the curriculum and platform.
Aside from taking the current spaghetti code and beautifying it, are there any suggested practices for opening up a formerly private repository? I'm wondering about things like secrets management, ads (I have ads on the hosted site, should I remove them from the public repo?), how much documentation to write before shipping, etc.
Appreciate any advice!