Skip to content

Instantly share code, notes, and snippets.

View guisouza's full-sized avatar
:octocat:

Guilherme ( coder ) de Souza guisouza

:octocat:
  • Data²
  • São Paulo
View GitHub Profile
@guisouza
guisouza / Classical Inheritance emulation experiments in Javascript .md
Last active August 29, 2015 14:04
Classical Inheritance emulation experiments in Javascript. the first one

##Classical Inheritance emulation experiments in Javascript. the first one

(just because I like it)

I've been experimenting different ways to emulate classical inheritance in javascript and I will daily publish insights about some experiments that I've been doing in the last months till I reach a stable and usable solution for this inexistent problem.

The first one:

Global Function 'Extends';