ChrisOortman / clean-code-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

What is this repository for?

Javascript code samples that explain some of the principles from the book Clean Code written by Robert C. Martin.

It is written in pure "vanilla" javascript (node.js) using only 2 external Javascript libraries:

  • Jest for testing
  • Moment for working with dates in JS in a more convenient fashion.

How do I get set up?

> npm install

Running all the tests

> npm test

About


Languages

Language:JavaScript 100.0%