Inheritance

  • submit to reddit

Classical inheritance in JavaScript

If you have written a bit of JavaScript, you certainly have heard the word prototype. Prototype is not only a JavaScript library, but also a key concept of...

0 replies - 5558 views - 05/03/11 by Giorgio Sironi in Articles

The Benefits of Testable Code

One of the most beneficial approaches that you can take in software development is to follow a test driven development approach. While we all understand why...

1 replies - 15517 views - 11/17/09 by James Sugrue in Articles