Homepage
Follow
Following
Sign in / Sign up
Evozon JavaScript
Latest
JavaScript: Desktop Applications with NWJS
JavaScript: Desktop Applications with NWJS
It’s been an exciting few years for JavaScript; new devices and technologies are pushing the boundaries of what we thought we could do with…
Radu B. Gaspar
Apr 3
JavaScript: Composition > Inheritance
So you’re building an application. You’re making a point from the get-go that it should be clean, clear, well documented and that it…
shouldn’t have any code duplication whatsoever. You’re using JavaScript so inheritance is surely the way to go… right? Hold it right there; let’s talk about this.
¶
What does it mean to build an application using inheritance and why do you need it? …Obviously you want some sort of class-like constructs that you can extend and overwrite which implicitly means you’ll have great code reusability and virtually no duplication.
Radu B. Gaspar
Mar 27
More stories →
About Evozon JavaScript