Skip to content

Apply the rafactoring process from the book of the same name written by Martin C. Fowler

Notifications You must be signed in to change notification settings

NicolasBehra/refactoring-1-first-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REFACTORING by Martin C. Fowler

Small project to show step by step how to refactor a code with unit test alongside.

Installation

sudo npm install -g typescript

npm install

Test

npm run test

npm run test-w

(watch test)

Run

npm start

(behind: it runs the command npm run clean-build-launch)

Build

npm run build

Clean

npm run clean

Releases

No releases published

Packages

No packages published