How should I get my code ready for OpenSourcing it and putting it on GitHub?
Posted
by
Sempus
on Programmers
See other posts from Programmers
or by Sempus
Published on 2012-09-20T14:22:17Z
Indexed on
2012/09/20
21:52 UTC
Read the original article
Hit count: 164
In a few weeks, my project is going to be finished and I want to start getting my code ready for other people to use it.
I am going to be posting everything to GitHub so people can tweak it and hopefully make it better.
I guess what I'm asking is, what would be the best way to make sure my code is sufficiently documented and worded right for other people to use?
I know you should always comment everything and I'm going to be putting in the @params feature for every method, but are there any other tips in general?
© Programmers or respective owner