Rules:
- For every function you create, comment: what is being returned, what parameters are taken, and what the function does.
- Include in your README what your program does and your implementation methods (algorithm, data structures, ect).
- Norminette, refactor, and make your code readable before submitting a pull request. Ensure that you have a consistent naming scheme.
Tutorial:
- Fork the repository
- Clone it and make the changes you wish.
- Push said changes.
- Make a pull request.
- If all rules are followed, the pull request will be accepted.
Team Board:
- Questions can be asked here between members, useful links posted, and brainstorming can be done.
Read open source code and try to mimic their methods of maintaining a high level of code readability and modularity.