Aaron Boushley
Member since May 4, 2012
- Profile: /members/9911-aaron-boushley.htm
- Comments: 2
Recent Blog Comments By Aaron Boushley
-
Chrome Dev Tools "Live Update" In The JavaScript Console Is Confusing
Posted on Aug 9, 2012 at 6:56 PM
Looks like they landed a fix for this today. If you do console.log with the dev tools open you should no longer see this behavior after today. Bug: https://bugs.webkit.org/show_bug.cgi?id=35801 Change: http://trac.webkit.org/changeset/125174 Firebug is great, but its got its own share of quirks... read more »
-
Object Calisthenics In JavaScript - An Introduction
Posted on May 4, 2012 at 2:18 PM
@Peter Boughton. The Else restriction isn't so that you use another if with !, it is trying to get you to use polymorphism. The source link has a bit more of an explanation Don't use the ELSE keyword. This one is tough. We're very used to using if/else or switch/case. But good OO designs rely on po... read more »