That's a seriously confusing name. I thought this was a physics story of some kind. Additionally it's also a bad name because it's impossible to google.
It seems nowadays there is no "good" name to google. Every single word in a dictionary is already being used by something else.
Atom Shell is now Electron
11–20 of 84 posts
Re: Atom Shell is now Electron
#12That's a seriously confusing name. I thought this was a physics story of some kind. Additionally it's also a bad name because it's impossible to google.
It seems nowadays there is no "good" name to google. Every single word in a dictionary is already being used by something else.
Re: Atom Shell is now Electron
#13Re: Atom Shell is now Electron
#14Is it suitable for WYSIWYG or a plain text & source code editor? Does it originate initially from Mozilla's Ace text editor? https://github.com/ajaxorg/ace The name changes are a bit confusing (Mozilla Bespin -> Skywriter -> Ace ->(?) Atom -> Electron).
It is the, well, shell of the Atom editor.
Re: Atom Shell is now Electron
#15Is it suitable for WYSIWYG or a plain text & source code editor? Does it originate initially from Mozilla's Ace text editor? https://github.com/ajaxorg/ace The name changes are a bit confusing (Mozilla Bespin -> Skywriter -> Ace ->(?) Atom -> Electron).
Atom is a completely separate project (started by Github, not Mozilla) to build a native text editor using web technologies. The text editor is a native application, but it exposes a Javascript API for plugins. After a while, Github realized that the infrastructure needed to make Atom work (e.g. installers, updates, notifications, etc.) could also be used by other projects, so that code was split off into "Atom Shell". It's this project that's getting renamed to "Electron".
Re: Atom Shell is now Electron
#16That's a seriously confusing name. I thought this was a physics story of some kind. Additionally it's also a bad name because it's impossible to google.
Re: Atom Shell is now Electron
#17Re: Atom Shell is now Electron
#18That's a seriously confusing name. I thought this was a physics story of some kind. Additionally it's also a bad name because it's impossible to google.
It seems nowadays there is no "good" name to google. Every single word in a dictionary is already being used by something else.
Re: Atom Shell is now Electron
#19Earlier quoted context omitted.
It seems nowadays there is no "good" name to google. Every single word in a dictionary is already being used by something else.
Then call it "Electron Shell," which would at least be more Googleable than "Electron" by itself is.
Re: Atom Shell is now Electron
#20The thing that turned me away from Atom and its' development is CoffeeScript. As someone who loves idiomatic JS, I still can't get why you'd pick a language that makes tooling and debugging a nightmare. It's also a kick in the gut to efforts to fix the shortcomings of ECMAScript like ES6 [1]. [1] https://github.com/lukehoban/es6features