Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 998115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:08:32+00:00 2026-05-16T07:08:32+00:00

I have read about Crockford’s push for using JavaScript in a more obviously prototypal

  • 0

I have read about Crockford’s push for using JavaScript in a more obviously prototypal manner (cloning objects to create new ones, never using the “new” keyword). But in the wild, I have never seen anybody use this style for larger projects.

Where can I find examples of a large project that uses this style?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T07:08:33+00:00Added an answer on May 16, 2026 at 7:08 am

    Have to offer an anti-awnser 😉 though like to see big projects using it as well (if there are any). I love Object.create myself and prefer it, though I’ve never been able to use it widely in a big project nor feel it should be.

    1. OO Developers are addicted to the ‘new’ operator, it’s a hard habbit to get rid off and easy to understand at a glance. Code written in a classical way is right now easier to hand over to the next dev, which already is a strong arguement against Object.create.

    2. Object.create in ES5 (the next JS version) is immensly more powerful and drastically different from Object.create as a shim in ES3 (current JS version). For this reason it’s better to avoid Object.create (as is available right now) as a widely used strategy in big projects as it will work differently when ES5 becomes mainstream than is implementable right now.

    3. Big projects make use of frameworks (when you don’t have rogue JS ‘ninjas’ who insist on writing everything from scratch reinventing the wheel over and over again) and all popular frameworks promote prototypical inheritance the classical way. They might have an Object.create method somehwere in the form of .clone() or something, but it’s obscured from the tutorials and documentation in respect to object inheritance and subclassing.

    4. Private properties are impossible with Object.create in ES3. I came across more issues the more I fiddled around with Object.create and boy have I fiddled around with it…

    I’ve played around a lot with Object.create and even written a tiny framework around it called ‘Objection’ (if yer interrested, you’ll find it 😉 though refraining from linking to github) and ‘JSoo’ (discontinued). It’s just too zany, unfinished and progressive to become mainstream and maintainable in terms of human resources for big projects. I recommend against it whilst being a supporter.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read about the push technologies recently. Using it real-time data streaming is
I have read about javascript editors here, more specifically refered this link How to
I read here (Douglas Crockford) using prototype operator to add methods to Javascript classes
I have read about how to implement security into a website using hashing, and
I have read about both session object and cookie. Session objects are maintained on
I have read about using CompositionTarget.Rendering Timer for the primary gaming loop in silverlight.
I have read about the advantages of using a BitNami stack for LAMP development,
I have read about the CREATE VIEW syntax of MySQL , but never used
I have read about using :remote=>true in rails3 and know that it add data-remote=true
I have read about global static technique in which we create a class with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.