lshimokawa / codingdojo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • delucas: groovy-junit
  • [kleer]

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.


Languages

Language:JavaScript 87.4%Language:CSS 7.0%Language:C# 1.5%Language:HTML 1.1%Language:Ruby 1.0%Language:CMake 0.7%Language:Python 0.4%Language:C++ 0.2%Language:Java 0.2%Language:Groovy 0.2%Language:PHP 0.1%Language:CoffeeScript 0.1%Language:Batchfile 0.1%