Skip to content

Boilerplate code for starting Coding Dojos, each folder contains a unit testing framework configured with an initial test.

Notifications You must be signed in to change notification settings

JuanjoFuchs/codingdojo

 
 

Repository files navigation

Coding Dojo

Boilerplate code for starting Coding Dojos, each folder contains a unit testing framework configured with an initial test.

How to start

git clone https://github.com/lshimokawa/codingdojo.git

Select the unit testing framework of your preference. Check the README for instructions on how to run the test. Select the Code Kata and start coding!

Code Katas

Some sites to find Code Katas for a Coding Dojo:

Contributors

  • lshimokawa: java-junit, javascript-jasmine, javascript-qunit, ruby-minitest-unit, ruby-rspec
  • frodsan: coffeescript-jasmine, javascript-qunit-minispade
  • florent2: ruby-minitest-spec
  • adrianmoya: php-phpunit
  • woakas: python-nose, python-unitest
  • JuanjoFuchs: csharp-nunit

To contribute create a new folder named [programming language]-[testing framework] in lower case.

Example: ruby-rspec

Inside include a README.md with configuration instructions and how to run the first test.

Create the first test and implementation of the String Calculator Kata as a sample.

About

Boilerplate code for starting Coding Dojos, each folder contains a unit testing framework configured with an initial test.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • C# 1.6%
  • Ruby 0.8%
  • Python 0.3%
  • Java 0.2%
  • PHP 0.2%
  • CoffeeScript 0.1%