Skip to content
Eric Burden edited this page May 6, 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

Friday before meetup

  1. Each week, a challenge will be added to the repository and posted on the CodeConnector Slack in #code.
  2. Driver, Navigator, Host, and Language should be decided

Tuesday (day of)

  1. The following Tuesday at 12pm CST, there will be a CodeConnector meetup where we will 'mob' the solution virtually via Zoom.
  2. The meetup ('mob') solution will be committed to the repository.
  3. Survey will be used so that participants can answer what was enjoyed, what wasn't, and what could be better.

Any Point After

  1. Participants can submit individual solutions following the guidelines below.

Solutions

  • 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)
  • No individual solutions will be accepted in PR before the mob/meetup.
Clone this wiki locally