- 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.
- 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):
Example:
git clone java_audition.bundle -b master [candidates_name]_java_audition
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:
Example:
git bundle create [candidates_name]_java_audition.bundle master
git bundle verify roncarpenter_java_audition.bundle
- Please submit your kata in the bundle format.