Giter Club home page Giter Club logo

dojos's Introduction

dojos

This is where the Novoda team do all their hacking

Running a dojo

Find the module of the dojo you want to attempt. This will be a module under the root dir. Inside you will either find the default directory or a specific language directory.

If you only find the default directory, follow these instructions. Once the folder structure has been updated properly you can continue, make a copy of the default project of whichever language you want to run the kata with.

Go inside this copy of the default directory, and name it with the date and your name or pairing name. This dir you just copied should have instructions to run the dojo as well as any example code.

-dojos
|- theKata
    |- yourChoosenLanguage
        |- default
        |- 01012014-yourname-pairsname

Android katas

Add the copied kata to the root settings.gradle as theKata:01012014-yourname-pairsname

include: 'theKata:default', 'theKata:01012014-yourname-pairsname'

Starting a new dojo

  • Create a new directory inside root with the dojo's name
  • If the dojo targets specific programming languages like Swift or Java, create a directory with the name of the language. If the kata does not have a specific programming language you can place the code on root folder.
  • create a default directory inside whichever language you want to run the kata on
  • This default directory will contain any template source code and gradle file (if you are using a a Java project)
  • Implementations of the dojo should be at the same directory level as the default directory
-dojos
|- myKata
    |- oneLanguage
        |- default
        |- yourImpl
    |- anotherLanguage
        |- default
        |- yourImpl

Android katas

A dojo level gradle containing should be added to keep all the implementations using the same build.

subprojects {
	apply from: '../default/build.gradle'
}

Add the finished katas to the root gradle as dojo:implName

include: 'myKata:default'

Updating a legacy dojo

If the dojo only contains the default folder, it is possible that it has only been used for Android programming before and the structure needs to be updated. To do so create a Java folder and place all the code currently on root inside of the new folder (including the default folder). You can then create a new folder on the kata root with the new language you want to run the kata on if necessary.

-dojos
|- theKata
    |- oneLanguage
    |- existingLanguage
        |- default
        |- 01012014-existingname-existingpair

Now you can run a new dojo on either language

dojos's People

Contributors

amlcurran avatar ashdavies avatar ataulm avatar blundell avatar charroch avatar devisnik avatar dominicfreeston avatar dorvaryn avatar eduardourso avatar electryc avatar florianmski avatar frankiesardo avatar gnorsilva avatar hal9002 avatar joetimmins avatar jszmltr avatar juankysoriano avatar lgvalle avatar malaba avatar malmstein avatar mr-archano avatar niamh-power avatar ouchadam avatar peter-budo avatar ronocod avatar tasomaniac avatar tobiasheine avatar xrigau avatar zegnus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dojos's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.