Skip to content

Instantly share code, notes, and snippets.

View jiggliemon's full-sized avatar

Chase Wilson jiggliemon

View GitHub Profile
@jiggliemon
jiggliemon / README.md
Created April 24, 2012 07:57 — forked from GCheung55/README.md
Neuro readme

Neuro is a client-side MVC.

influences:

  • Backbone
  • Shipyard

dependancies:

  • Mootools 1.x
  • Company "an implicitly-mediated component system for MooTools that helps in developing modular, component-based applications" - @keeto
// 1: how could you rewrite the following to make it shorter?
bar['doSomething' + (foo?'':'Else')](el);
// 2: what is the faulty logic in the following code?
/*
var foo = 'hello';