nabondance / 3-musketeers

RDD, CDD and TDD

Home Page:https://92bondstreet.github.io/3-musketeers/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3 Musketeers

RDD, CDD and TDD

Table of Contents generated with DocToc

Introduction

Coding is not only to write code.

Objective - Workshop in 1 sentence

The library cash that we need to

  • write the README.md
  • write missing comments with JSDoc

The library bitcoin that we need to

  • write Unit Tests (with Jest as testing framework)

Just tell me what to do

  • Fork the project via github
  • Clone your forked repository project https://github.com/YOUR_USERNAME/3-musketeers
cd /path/to/workspace
❯ git clone git@github.com:YOUR_USERNAME/3-musketeers.git

RDD and CDD

TDD

Execute unit test with npm run test or yarn run test

cd /path/to/workspace/3-musketeers
❯ git add -A && git commit -m "docs(readme): describe how to use cash"

(why following a commit message convention?)

  1. Don't forget to push before the end of the workshop
❯ git push origin master

Licence

Uncopyrighted

About

RDD, CDD and TDD

https://92bondstreet.github.io/3-musketeers/#/


Languages

Language:JavaScript 99.3%Language:CSS 0.7%