-
Notifications
You must be signed in to change notification settings - Fork 75
Home
Corey McCarty edited this page Mar 30, 2021
·
7 revisions
Welcome to the CodingDojo wiki!
Challenges will be submitted as issues. Voting on these (👍) should be restricted to one vote per person each week.
- Each week, a challenge will be added to the repository and posted on the CodeConnector Slack in
#code. Challenges will typically 'go live' on Friday (we may also try Monday to see how this impacts the project). - The following Tuesday at 12pm CST, there will be a CodeConnector meetup where we will 'mob' the solution virtually via Zoom.
- The meetup ('mob') solution will be committed to the repository.
- Survey will be used so that participants can answer what was enjoyed, what wasn't, and what could be better.
- Participants can also submit individual solutions following the guidelines below.
- The mob solution will be titled mob.[lang] in the
/solutionsdirectory for that challenge. - Individual solutions will be submitted through Pull Request (PR) from your individual fork of the CodeDojo repository. Code reviewers can/will assist with forming the solution such that it can be understood by others and be displayed for learning purposes.
- Solutions may be submitted by anyone after that solution is merged. Any and all solutions of this type should be named with the person's GitHub username and the lang.
- For example:
xanderyzwich.pyfor a python solution by 'xandyyzwich' (GitHub username)
- For example:
- No individual solutions will be accepted in PR before the mob/meetup.