Giter VIP home page Giter VIP logo

Comments (3)

atlight avatar atlight commented on July 23, 2024

I don't care a lot about this, other than the fact that the Namespace object has a different problem which suggests we should get rid of it: Firefox (at least) seems to have a built-in object called Namespace (XML-related, methinks), which we might want to use at some point down the road (unlikely, but still...).

$ grep "\WNamespace" modules/*.* *.* -c modules/twinklebatchdelete.js:4 modules/twinklebatchprotect.js:1 modules/twinklebatchundelete.js:1 modules/twinkledelimages.js:2 modules/twinkledeprod.js:2 modules/twinkleimagetraverse.js:2 modules/twinkleunlink.js:2 modules/twinklexfd.js:6 morebits.js:2

from twinkle.

atlight avatar atlight commented on July 23, 2024

Actually, having thought about this, I really prefer just using the namespace IDs as constants in code, ideally accompanied with a comment. Unlike compiled languages like C++, where using defined constants has no cost, JavaScript has to look up constants every time. And the namespace numbers aren't going to change anyway, so there is no problem of having to change the values.

from twinkle.

atlight avatar atlight commented on July 23, 2024

Done in 7db266c

from twinkle.

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.