Giter Club home page Giter Club logo

Comments (2)

kriszyp avatar kriszyp commented on July 29, 2024

Just to be clear, there is a difference between an identifier and a property, as your first link explains. As far as the toolchain, the second link actually explains how tools like JSLint and mitigate and help avoid any issues with this. But ultimately this is a legacy issue, ES5 declared reserved keywords as acceptable as properties, so all modern browsers support object.default, and only IE8 and earlier don't, which have a very limited life anyway.

That being said, I have been pondering the idea of having configurable property names for the properties with intrinsic meaning (so you could do something like Model.default = "initWith") to reconfigure dstore to use your favored property name.

from dstore.

about-code avatar about-code commented on July 29, 2024

I want to add, that the same person in the first link still stated, that a property name without quotes had not not to be a keyword (besides the identifer / property name clarification). Anyway, the takeaway message is that those discussions are outdated. That makes me feel a little more comfortable now ;-) Thanks for your reply.

from dstore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.