A Free Software License is even more important. There are many great projects out there which you can’t modify etc. because the project isn’t distributed with a license (which means “all rights reserved” in most jurisdictions).
Comment on Me and my new GitHub repository
cynber@lemmy.ca 11 months ago
A friend mentioned how she tries to at least set up a README with her vision for the project and plan for how to implement it.
Best case scenario is that the planning helps her complete the project herself. Worst case scenario, someone else can pick up where she left off and use her considerations for the project.
I’m thinking of doing that for future projects too.
d_k_bo@feddit.de 11 months ago
hypnotic_nerd@programming.dev 11 months ago
ReadMe is always underestimated while project is building, but it can become a cornerstone if it’s setup from very beginning. Your friend is smart 👍