Skip to content
Corey McCarty edited this page Mar 30, 2021 · 7 revisions

Welcome to the CodingDojo wiki!

Challenges

Challenges will be submitted as issues. Voting on these (👍) should be restricted to one vote per person each week.

The Weekly Flow

  1. 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).
  2. The following Tuesday at 12pm CST, there will be a CodeConnector meetup where we will 'mob' the solution virtually via Zoom.
  3. The meetup ('mob') solution will be committed to the repository.
  4. Survey will be used so that participants can answer what was enjoyed, what wasn't, and what could be better.
  5. Participants can also submit individual solutions following the guidelines below.

Solutions

  • The mob solution will be titled mob.[lang] in the /solutions 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 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.py for a python solution by 'xandyyzwich' (GitHub username)
  • No individual solutions will be accepted in PR before the mob/meetup.
Clone this wiki locally