/coding-dojo-starter

The basic environment configuration for a Coding Dojo session.

Primary LanguageMakefile

Coding Dojo Starter

This repository contains the basic configuration for a Coding Dojo session.

What is the Coding Dojo & Kata?

A Coding Dojo is a programming session based around a simple coding challenge. Programmers of different skill levels are invited to engage in deliberate practice as equals. The goal is to learn, teach and improve with fellow software developers in a non-competitive setting.

Source: The Coding Dojo [JoeJag - Just Another Dev]

During the Coding Dojo sessions, participants are solving Code Katas.

If you are looking for challenging tasks, check these websites:

Usage

The project can be used as a template.

  • Press Use this template on the top and create a new repository for a specific task
  • Clone the repository to your local machine
  • Install dependencies by running the composer install command
  • Run tests by typing make test in the terminal

TODO

  • Add phpunit.xml file with default configuration
  • Run tests inside the Docker container
  • Prepare pipeline configuration using GitHub Actions