A community wide code-bin for members of The Coding Academy to share their code with others.
In order to add code here, you will have to fork this repository and send a pull request. This will then be approved/closed by anyone from helpers or head-helpers.
We do this to ensure we can request changes in the pull request and fix any bad code or bad practices from reaching our members
- The first criteria is language, a sample folder structure in the repository would be folders stating the language of code contanined in it
- The second criteria is for library specific code
- In case of a special case or queries contact a helper
- Your code must not be under any license. Upon submission, you agree that you are the owner of the code and are henceforth surrendering all ownership and rights to The Coding Academy. Any code inside this repository is under the MIT License.
- The files you're adding must be written by you and must attribute to any co-authors (No plagiarism)
- The first few lines of the file must state the following
- Author info
- Brief Description
- Dependencies of your code if any
- Although not required, these could be added as well
- Article(s) you've referred to write the code
- Relevant/referred StackOverflow question links
- People from whom you received help to write this