- Something to think about Object.create and Object.assign (tl;dr; no need in Object.create for creating objects when writing simple classless code. using Object.assign) https://en.wikipedia.org/wiki/Prototype-based_programming#Delegation 40 comments javascript
Linking pages
- XML is the future - Bite code! https://www.bitecode.dev/p/hype-cycles 466 comments
- Faster Ruby: Thoughts from the Outside — Matthew Gaudet https://www.mgaudet.ca/technical/2022/8/9/faster-ruby-thoughts-from-the-outside 154 comments
- GitHub - mbeaudru/modern-js-cheatsheet: Cheatsheet for the JavaScript knowledge you will frequently encounter in modern projects. https://github.com/mbeaudru/modern-js-cheatsheet 98 comments
- Closures · Crafting Interpreters http://craftinginterpreters.com/closures.html 87 comments
- GitHub - oleksandr-shvets/clonejs-nano: Fast JavaScript object creation pattern in three lines of JavaScript https://github.com/quadroid/clonejs-nano 71 comments
- The Open Minded Explorer’s Guide to Object Composition | by Eric Elliott | JavaScript Scene | Medium https://medium.com/javascript-scene/the-open-minded-explorer-s-guide-to-object-composition-88fe68961bed 64 comments
- The Lox Language · Crafting Interpreters https://craftinginterpreters.com/the-lox-language.html 50 comments
- Why is Object-Oriented Programming Bad? https://ovid.github.io/articles/why-is-object-oriented-programming-bad.html 49 comments
- Classes · Crafting Interpreters http://www.craftinginterpreters.com/classes.html 48 comments
- JavaScript traits: the clean way to modify global prototypes | by Paolo Giangrandi | ITNEXT https://medium.com/@peoro/straits-9ef2b9a563cd 39 comments
- Prototypal Programming in Javascript | Aaron Krauss https://thesocietea.org/2015/08/prototypal-programming-in-javascript/ 36 comments
- The Heart & Soul of Prototypal OO: Concatenative Inheritance | by Eric Elliott | JavaScript Scene | Medium https://medium.com/javascript-scene/the-heart-soul-of-prototypal-oo-concatenative-inheritance-a3b64cb27819 31 comments
- Multimethods, Global Scope, and Monkey-Patching – journal.stuffwithstuff.com http://journal.stuffwithstuff.com/2012/06/12/multimethods-global-scope-and-monkey-patching/ 27 comments
- JSON Parsing from Scratch in Haskell | abhinavsarkar.net https://abhinavsarkar.net/posts/json-parsing-from-scratch-in-haskell/ 25 comments
- GitHub - Jeff-Mott-OR/javascript-cpp-rosetta-stone: Reproducing the behavior of JavaScript in C++. https://github.com/jeff-mott-or/javascript-cpp-rosetta-stone#javascriptc-rosetta-stone 14 comments
- Compiling to JavaScript: What, Why, and How? - Build New Games http://buildnewgames.com/compiling-to-javascript/ 12 comments
- JavaScript Inheritance: The Dark Arts - DEV Community https://dev.to/nickkelly314/javascript-inheritance-the-dark-arts-1bh1 10 comments
- What is good code? (part 2) http://loup-vaillant.fr/articles/good-code-2 9 comments
- Planet 5 http://planet5.cat-v.org/ 6 comments
- Matt Stine http://www.mattstine.com/2014/07/08/learning-to-go-part-i-interfaces/ 5 comments
Would you like to stay up to date with Web Development? Checkout Web Development
Weekly.
Related searches:
Search whole site: site:en.wikipedia.org
Search title: Prototype-based programming - Wikipedia
See how to search.