-
Notifications
You must be signed in to change notification settings - Fork 76
Home
Eric Burden edited this page May 6, 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
. - Driver, Navigator, Host, and Language should be decided
- 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 submit individual solutions following the guidelines below.
- The mob solution will be titled mob.[lang] in the
/solutions/lang/mob
directory 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 the weekly meetup. Any and all solutions of this type should be named with the person's GitHub username and the lang, and placed into the
solutions/lang/username
folder (you can create the folders you need) for that challenge.- For example:
solutions/python/xanderyzwich/xanderyzwich.py
for a python solution by 'xanderyzwich' (GitHub username)
- For example:
- No individual solutions will be accepted in PR before the mob/meetup.