Skip to content

mikadomethod/book-appendix-c-code

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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