New ask Hacker News story: Ask HN: How do you do notes for a project?
Ask HN: How do you do notes for a project?
2 by davidwritesbugs | 0 comments on Hacker News.
Sometimes for projects I need to keep a track of chatty things I'm wondering about, reminders of what I was thinking of about on project issues, or research done/needed, and lots of other diary type stuff for my projects. In the past I have just splattered comments in the code with all this in them, but that looks ugly amateurish and I'd be embarrassed to let other people or future collaborators see. I've taken to creating a diary.md file and sticking that in the .gitignore. What do people typically do?
2 by davidwritesbugs | 0 comments on Hacker News.
Sometimes for projects I need to keep a track of chatty things I'm wondering about, reminders of what I was thinking of about on project issues, or research done/needed, and lots of other diary type stuff for my projects. In the past I have just splattered comments in the code with all this in them, but that looks ugly amateurish and I'd be embarrassed to let other people or future collaborators see. I've taken to creating a diary.md file and sticking that in the .gitignore. What do people typically do?
Comments
Post a Comment