Skip to content

coding-kata/monologue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monologue Build Status

This is a fork of bkeepers/monologue.

I start refactoring from scratch(aka. code kata).

gif

Refactoring

Reference:

Steps : Refactoring jquery by azu · Pull Request #1 · coding-kata/monologue

  • Separate DOM and Ajax
  • Introduce browserify as build system
  • Move over to Backbone.js architecture

Installation

Require:

  • Ruby
  • Node.js
bundle
npm install

Usage(Test)

npm test

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

About

Sample application to demonstrate TDD and design patterns in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Ruby 0.6%