Giter Site home page Giter Site logo

dojos's Introduction

§dojos

This is where the Novoda team do all their hacking

Practicing a new dojo

  • find the dojo's module you want to attempt this will be a module under the root dir
  • inside this copy 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
  |- default
  |- 01012014-yourname-pairsname
  • add the copied kata to the root settings.gradle as theKata:01012014-yourname-pairsname
include: 'theKata:default', 'theKata:01012014-yourname-pairsname'

Running a new dojo

  • create a new directory inside root with the dojo's name
  • create a default directory within which contains the build.gradle file and any template source code to start from
  • a dojo level build.gradle containing
subprojects {
	apply from: '../default/build.gradle'
}

should be added to keep all the implementations using the same build

  • implementations of the dojo should be at the same directory level as the default directory
-dojos
|- myKata
  |- default
  |- someonesImpl
  • add the finished kata's to the root settings.gradle as dojo:implName
include: 'myKata:default'

dojos's People

Contributors

blundell avatar peter-budo avatar xrigau avatar malmstein avatar gnorsilva avatar mr-archano avatar frankiesardo avatar ouchadam avatar charroch avatar zegnus avatar devisnik avatar ataulm avatar ashdavies avatar hal9002 avatar

Watchers

James Cloos avatar

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.