Skip to content

twhyderabad/fp-xp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thoughtworks Xtreme Programming - Functional

This is the repo for the code base to get started for the Functional Xtreme Programming session.

Rules

  • ES6 to be used as the implementation language
  • NO MUTATION. Lint rules are in place to make sure of that
  • Must make all of the failing tests pass

Steps

  • Clone this repo
  • Make sure NodeJS 8+ is installed
  • Run npm install to install dependencies
  • Run npm test to run tests
  • Run npm run lint to run the lint rules