Comment on Lessons Learned Building Open Source SoftwareComments−rdoherty14y++ for documentation. I'd say start with that first and think about how a brand new user will use your software. How do I install? What are the dependencies? Etc.Good documentation can easily trump bad code and architecture.
Comments
++ for documentation. I'd say start with that first and think about how a brand new user will use your software. How do I install? What are the dependencies? Etc.
Good documentation can easily trump bad code and architecture.