8000 GitHub - Ronaksha/fuse-kata: Fuse Code Kata Instructions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ronaksha/fuse-kata

Repository files navigation

Fuse Code Kata

Kata Instructions

  • All kata requirements do not need to be coded in order for the kata to be submitted, however requirements implemented should be done so using best practices.
  • This is a showcase of skill,not speed.
  • When submitting, please let us know what kata requirements were implemented.
  • Spend no more than two hours on each kata.
  • All code should be test-driven and committed.

Getting Started

  • Download the project stub bundles for your language of choice.
  • Save the java_audition.bundle and javascript_audition.bundle to your system. These files are compressed git repositories of empty project shells that you will be working within. Click here for more information on bundles.
  • After the files are saved, extract them with git with the following command(s):
    git clone java_audition.bundle -b master [candidates_name]_java_audition
    Example:
    git clone java_audition.bundle -b master roncarpenter_java_audition
  • Complete the katas. Commit your changes as you develop.
  • When completed, create a new bundle with the implemented kata:
    git bundle create [candidates_name]_java_audition.bundle master
    Example:
    git bundle verify roncarpenter_java_audition.bundle
  • Please submit your kata in the bundle format.

Available Kata's

About

Fuse Code Kata Instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0