A fantasy league for League of Legends
draftdemacia.com30 pointsby jesusabdullah2 comments
var Foo = require('foobar').Foo;
var Bar = function (opts) {
Foo.call(this, opts);
this.baz = "biff";
}
require('util').inherits(Bar, Foo);
This sort of behavior is all well-and-good, but it should be contained because it's boilerplate-y. In javascript, at least, it's not a very good pattern, and I suspect this carries over to other environments (to an extent).
(I assume T-graph followed a telegraph route between Oakland and Berkeley. I more or less know where West MacArf got its name.)