Skip to content

mikadomethod/book-chapter-2-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chapter 2 code examples

The code from chapter 2 in The Mikado Method book.

Mikado Method book cover

There are two examples in that chapter, one really small and one a bit larger.

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

Retrieve all branches

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

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published