Skip to content

Kawiim/3-musketeers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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