Tag: Development

Community

Prototypes in JavaScript

(Ian Elliot) One of the most misunderstood aspects of JavaScript is its status as an object-oriented language. Given the range of possible approaches to objects, and the equally wide range of strongly held beliefs about which is the one and only true way you, can tell that it’s a topic that can run

Community

Insider: Secrets of Debugging

(Peter Vogel) Even with following a Test Driven Development regime, my code doesn’t work the first time (pretend you’re surprised). So debugging is a critical skill for me. Also, as a hired gun, I’m frequently having to deal with someone else’s code, which often isn’t working the way everyone expect