Skip to content

Instantly share code, notes, and snippets.

@madhums
Last active March 15, 2021 19:41
Show Gist options
  • Select an option

  • Save madhums/abf14f99f5522c59c2f5 to your computer and use it in GitHub Desktop.

Select an option

Save madhums/abf14f99f5522c59c2f5 to your computer and use it in GitHub Desktop.

Revisions

  1. madhums revised this gist Oct 13, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions js-composition-vs-inheritance.md
    Original file line number Diff line number Diff line change
    @@ -6,4 +6,5 @@
    - [How to Use Classes and Sleep at Night](https://medium.com/@dan_abramov/how-to-use-classes-and-sleep-at-night-9af8de78ccb4)
    - [A curated list of resources on why ES6 (aka ES2015) classes are NOT awesome](https://github.com/joshburgess/not-awesome-es6-classes/)
    - [Composition in Javascript](http://rjzaworski.com/2013/03/composition-in-javascript)
    - [Mixins Are Dead. Long Live Composition](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750)
    - [Composition, Inheritance, and Aggregation in JavaScript](http://stackoverflow.com/questions/8696695/composition-inheritance-and-aggregation-in-javascript)
  2. madhums created this gist Oct 13, 2015.
    9 changes: 9 additions & 0 deletions js-composition-vs-inheritance.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    - [10 Interview Questions Every JavaScript Developer Should Know](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95)
    - [The Two Pillars of JavaScript](https://medium.com/javascript-scene/the-two-pillars-of-javascript-ee6f3281e7f3)
    - [Why I use Tape Instead of Mocha & So Should You](https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4)
    - [A Simple Challenge to Classical Inheritance Fans](https://medium.com/javascript-scene/a-simple-challenge-to-classical-inheritance-fans-e78c2cf5eead)
    - [Assessing Employee Performance](https://medium.com/javascript-scene/assessing-employee-performance-1a8bdee45c1a)
    - [How to Use Classes and Sleep at Night](https://medium.com/@dan_abramov/how-to-use-classes-and-sleep-at-night-9af8de78ccb4)
    - [A curated list of resources on why ES6 (aka ES2015) classes are NOT awesome](https://github.com/joshburgess/not-awesome-es6-classes/)
    - [Composition in Javascript](http://rjzaworski.com/2013/03/composition-in-javascript)
    - [Composition, Inheritance, and Aggregation in JavaScript](http://stackoverflow.com/questions/8696695/composition-inheritance-and-aggregation-in-javascript)