Skip to content

92bondstreet/rdd-cdd-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RDD - CDD - TDD

RDD, CDD and TDD workshop

Table of Contents generated with DocToc

Introduction

1 open-source library that we need to

  1. write the README.md
  2. write missing comments with JSDoc
  3. write Unit Tests with mocha

RDD

Complete the README.md file to describe and explain package features.

TDD

Write the Unit tests with assert as assertion library for the test directory.

❯ npm run test

CDD

Write missing method comments with JSDoc for all files in weather directory (cli.js and index.js files).

Just tell me what to do

  1. Fork the project via github
  2. Clone the project git clone https://github.com/YOUR_USERNAME/rdd-cdd-tdd
  3. Update README.md file
  4. Update tests file
  5. Update lib JSDoc comments
  6. Don't forget to commit and push

Licence

Uncopyrighted

Releases

No releases published

Packages

No packages published