Rant on JS naming

michaelcurrin

Michael Currin

Posted on August 17, 2021

Rant on JS naming

What bothers me about JS is the way packages and tools are named.

This post is inspired by this post.


I don't like the naming with an extension.

Like "Node.js".

It is not the name of a file.

Similally, react.js, vue.js, next.js... are not the names of files. Well maybe sometimes, as a compiled result, but not in the source code and it usually it is vue-1.2.3-esm.js or whatever as a long name anyway.

So why add extension? And not use it consistently?

You don't have to tell people the name of your language in your runtime or package name. Who doesn't know what Node or React are in JS or might confuse them with something else of JS if ".js" was omitted?

We don't call it "pandas.py", "requests.py", "grails.jar" or "jekyll.rb" or "rails.rb" in other languages. Yes, Python packages have Py names sometimes like Pygame or Numpy, but that is fun and artistic and doesn't go to extension level convention.

And Node and Node.js and NodeJS are all (sort of) correct spellings. Things diverge in the JS community, rather than converge
ECMAScript and ES. And ES6 and ES2015.

And some say "Node dot JS" aloud, which is annoying. It sounded so verbose on NextConf for the presenters to say Next dot JS all the time when it is clear from the context and "Next" would be fine.

Typing "next.js" is the most common way for packages while "DocsifyJS" is the preferred way of some packages like in Docsify docs.

Anyway, that has been bothering me a while and wanted to vent about inconsistencies in the language we love to hate but can't do without (yet).

💖 💪 🙅 🚩
michaelcurrin
Michael Currin

Posted on August 17, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Rant on JS naming
javascript Rant on JS naming

August 17, 2021