DEV Community

Cover image for The End of Atom

The End of Atom

Steve Yonkeu on June 11, 2022

Developers keep on doing it great and breaking through different levels everyday, with their logic , algorithm and code, all together with an IDE o...
Collapse
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

I am using Sublime text 3

Collapse
 
heyhusen profile image
Husen

Sublime Text already has version 4. May I know why you didn't upgrade?

Collapse
 
yokwejuste profile image
Steve Yonkeu • Edited

As advise I'll say an upgrade is not always the best solution. I don't know if you know of Linux distros. Then you should have heard of ubuntu, and it most recent update the 22.04 JellyFish which is built on WayLand which blocks some apps such as Plank Gnome Extension.

As conclusion all upgrades should be under the user awareness of the pros and cons of it. Check the Sublime Text Forum on these upgrade version.

Thread Thread
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

exactly

Collapse
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Yeah because I am feeling lazy ๐Ÿ˜ƒ๐Ÿ˜‚

Collapse
 
yokwejuste profile image
Steve Yonkeu

That's pretty awesome ๐Ÿ˜Š! You might want to get into open source if you're not. Very important stuffs.

Collapse
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Yes I am already contributing to open source

Check out my projects ๐Ÿ˜‡
atulcodex

Thread Thread
 
yokwejuste profile image
Steve Yonkeu

That's super awesome guy. Will be looking forward to ๐ŸŒŸ some repositories ๐Ÿ˜Š, Check mine too, contributing to projects like:

  • UNICEF inventory
  • Chaoss
  • Argur
  • Flutter projects
  • Django
  • ML and AI

I'm Yokwejuste. Check me on LinkedIn, Twitter and GitHub.

Thread Thread
 
atulcodex profile image
๐Ÿšฉ Atul Prajapati ๐Ÿ‡ฎ๐Ÿ‡ณ

Ok why not

Collapse
 
mistval profile image
Randall

I used to use Atom so this is a little sad to me.

Before that I used Sublime.

The first text editor I used for programming was Nodepad++ if I remember right. Still good software going strong, though there are almost always better choices for programming these days.

Collapse
 
serggg profile image
Sergey Pozhilov

Check out IntelliJ products, I switched to phpstorm a couple years ago and can say that was the best decision I ever made about my tooling. Have to admit though, there's no free versionsot IJ software

Collapse
 
tealover418 profile image
Stijn de Ligt

I started on Atom but switched to VScode at some point. The two are eerily similar, but VScode has more plugins nowadays and better built in Typescript support.

If you use Atom now and are looking for a replacement, VSCode is pretty much the spiritual successor.

Collapse
 
yokwejuste profile image
Steve Yonkeu

๐Ÿ˜…Codespace is freaky nice too. Nothing never made better after Replit.

At least we have a successor.

Collapse
 
kkrypt0nn profile image
Krypton • Edited

Below are some of the mostly used IDE in 2022:
[...]

  • JetBrains IDE: made for all.

I wouldn't consider JetBrains as being an IDE. It's a software vendor providing multiple IDEs based on the language you're coding in. JetBrains is not an IDE.
I would also mention that compared to the others, lots of them require a license.

Personally I used Atom in the past but quickly moved to JetBrains' IDEs. Currently using Fleet.

Collapse
 
yokwejuste profile image
Steve Yonkeu

WTF! mehn how did you got fleet, have being trying to get this but unfortunately not till now

Collapse
 
kkrypt0nn profile image
Krypton

Takes time, I've applied for it the day it got announced ๐Ÿ˜Œ

Thread Thread
 
yokwejuste profile image
Steve Yonkeu

Ohh Till today my request hasn't been answered. It such a mess ๐Ÿ˜ข

Collapse
 
duhdugg profile image
Doug Elkin

It's sad to see Atom go, but even more so to see it almost unmaintained for so long. It was the original Electron-based app, and seemed promising when it first came out. It aimed to be a "hackable editor for the 21st century" and the community packages were excellent (despite CoffeeScript, pre-es6 support). Before Microsoft bought GitHub, they made VSCode. It was also based on Electron, but somehow managed to get much better performance when working with large files. I really wanted Atom to improve, but it just never caught up.

Collapse
 
yokwejuste profile image
Steve Yonkeu

The guys didn't succeed to go forward with their team development. Sort of misunderstanding. ๐Ÿ˜ข

Collapse
 
jeremyf profile image
Jeremy Friesen

Happy to have switched from Atom to Emacs.

Collapse
 
yokwejuste profile image
Steve Yonkeu

Hopefully thy will correct their mistakes

Collapse
 
maxart2501 profile image
Massimo Artizzu

I've switched to VS Code for a while, when it was clear it was becoming a way better and faster IDE.

I was fond of Atom but basically everything was eventually better in Code.

Collapse
 
dendihandian profile image
Dendi Handian

My history of Code Editor:

  1. Notepad++
  2. SublimeText
  3. Atom
  4. VisualStudioCode (with Atom keybinding)
  5. VisualStudioCode
Collapse
 
yokwejuste profile image
Steve Yonkeu

What an amazing story @dendihandian ๐Ÿ˜….

Mine looks like:

  • Atom
  • Sublime Text
  • Vscode
  • Pycharm, Webstorm, PhpStorm, CLion, Android Studio and DataSpell
Collapse
 
gvescu profile image
Gustavo Vera Scuderi

I'm for some reason getting a little disenchanted with Windows and Microsoft, and I'd like to try something new. I work on different languages, so VS Code was good for me, but since I can get WebStorm, PHPStorm, RubyMine and DataGrip I was considering testing them for a while.

If you may, can you sell me on them? Since I see you also migrated from VS Code.

Collapse
 
fitzedin profile image
fitzedin

that atom.io link is broken..

Collapse
 
yokwejuste profile image
Steve Yonkeu

I guess it should be a network error. The link is still available. Only thing that's not or will not be soon is the production team of this.

Collapse
 
nhshanto profile image
N.H

Atom or vs code ?๐Ÿค”

Collapse
 
yokwejuste profile image
Steve Yonkeu

Vscode makes more sense!

Collapse
 
kenjidoom profile image
KenjiDoom

RIP atom will always have a special place in my heart.

Collapse
 
yokwejuste profile image
Steve Yonkeu

๐Ÿ˜…That super awesome beginners friendly text editor. I like that ๐Ÿค—.

First text editor i used. I'll always miss you.

Collapse
 
abstractumx profile image
abstractumx

VScode and you sleep well ๐Ÿ˜„

Collapse
 
yokwejuste profile image
Steve Yonkeu

Thanks guy! ๐Ÿ˜„