coding-kata / monologue

Sample application to demonstrate TDD and design patterns in JavaScript

Home Page:http://opensoul.org/blog/archives/2012/05/16/the-plight-of-pinocchio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://opensoul.org/blog/archives/2012/05/16/the-plight-of-pinocchio/


Languages

Language:JavaScript 99.4%Language:Ruby 0.6%