Skip to content

An example the details the Node.js code found in Appendix C of the 'The Mikado Method' book.

License

Notifications You must be signed in to change notification settings

mikadomethod/book-appendix-c-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appendix C example in JavaScript

The code from appendix C in The Mikado Method book.

Mikado Method book cover

This example shows how to apply the Mikado Method where you don't have a compiler to assist you.

The branches in the repo reflects the bigger steps in the refactoring.

Retrieve all branches

for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
git pull --all

Loan Server

Getting Started

Start the server with:

$ node server/lib/loan-server.js

The Example

The code is located in server/lib

======= $ node server/lib/loan-server.js

The Example

The code is located in server/lib

Tests are located in server/test

License

Copyright (c) 2013 Daniel Brolund & Ola Ellnestam
Licensed under the MIT license.

About

An example the details the Node.js code found in Appendix C of the 'The Mikado Method' book.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published