Skip to content

Instantly share code, notes, and snippets.

View nthx's full-sized avatar

Tomasz Nazar nthx

View GitHub Profile
@nthx
nthx / gist:2714932
Created May 16, 2012 23:40 — forked from hashmal/gist:803816
Blogged on aspectized.com..
# I blogged about our usage of "Swappable Mixins in CoffeeScript". Thanks!
#
# http://aspectized.com/2012/05/mixins-in-coffeescript/
#
# we used Underscore to help with `this` binding. This way role&base class can
# modify their data
#
# .....