Skip to content

Instantly share code, notes, and snippets.

http://haacked.com/archive/2009/07/14/law-of-demeter-dot-counting.aspx/
http://devblog.avdi.org/2011/07/05/demeter-its-not-just-a-good-idea-its-the-law/
> http://www.slideshare.net/jeresig/understanding-javascript-testing
>
>> http://www.slideshare.net/DragonBe/unit-testing-php-apps-with-php-unit
>> http://www.slideshare.net/nickokiss/unit-testing-best-practices
>> http://www.slideshare.net/RobertoCasadei/effective-unit-testing
"use strict"
var MINI = require('minified');
var _=MINI._, $=MINI.$, $$=MINI.$$, EE=MINI.EE, HTML=MINI.HTML;
function Pinger(request) {
this.request = request;
}
Pinger.prototype.makeRequest = function(url) {
var promiseData = this.request(
@sk8terboi87
sk8terboi87 / gist:9140041
Created February 21, 2014 18:19
interview quetsions
====================
Prescreening
---------------
Hi, how are you?
Provide a very short brief intro about yourself?
HTML
- HTML5 tags
- What's new HTML 5 DocType and Charset?