found drama

get oblique

Daily Archives: June 9, 2011

Linkdump for June 9th

by Rob Friesel

Sass cheat sheet (tagged: PDF sass css webdev system:filetype:pdf system:media:document ) Delegation vs Inheritance in JavaScript by Angus Croll at JavaScript, JavaScript… (tagged: javascript interesting essay todo ) The Pros And Cons Of JavaScript Micro-Frameworks A good and even-handed overview of the subject and some of the practical considerations one must have when entertaining the […]

a jshint pre-commit hook for git

by Rob Friesel

JavaScript is a wily beast: optional semi-colons and braces 1, sneaky performance hits, promiscuous equality operators and other dirty tricks… If you’re not careful, you could get yourself in trouble. Fortunately, there are tools out there to help. One of the recent additions to the JavaScript developer’s code quality toolkit is jshint. 2 Even more […]