DEV Community

Kristian Quirapas
Kristian Quirapas

Posted on

What's your editor journey like as a developer?

I stumbled upon this amusing thread on twitter where people were discussing different editors.

Don't get me wrong, I shared these tweets because I find them funny. It also made me look back on my developer journey and the editors I used before.

Here's my Editor journey.

I was wondering, what's your editor journey like?
Share them down below.

Top comments (35)

Collapse
 
raguay profile image
Richard Guay

I started on a Commadore 64 with the editor for the Basic language that came with it, to punch card typewriter in college, to Emacs, then Notepad++ since I couldn’t find an Emacs on Windows then, Sublime Text on a my first macOS system, back to Emacs with Spaceman’s, then to Neovim, and now I’m going back and forth from Onivim 2 and LunarVim on neovim.

Collapse
 
kquirapas profile image
Kristian Quirapas

Wow you go way back! Haven't had the chance to test Onivim 2 and LunarVim, but I might soon. Thanks for sharing, Richard!

Collapse
 
raguay profile image
Richard Guay

43 years of programming and you use a lot of different things! Those were just my highlighted editors.

Thread Thread
 
kquirapas profile image
Kristian Quirapas

Wow! If you distill some of your lessons / realizations from those 43 years, what are they? Mind sharing them? 💪

Collapse
 
shriekdj profile image
Shrikant Dhayje

For Me It Was VSCode Because It's Just that of Size Nearly 70 MB That Time and I Can Install It in College's Windows Computer and Library's Ubuntu Computer both easily.

Before I Thought of trying the Atom Editor but there website did not had the Build Of 64 Bit Windows to Direct Download So I gone to alternative option.

After using VSCode and Using there Variety of Plugins helped the most for web development that time.

I Also Fascinated by VSCode Because My College Syllabus had C and C++ in it and College PC had Turbo C++ Compiler and they still use it to teach that language because the book had instructions related to Turbo C and Borland C++ I think, They Still Use that Compiler.

My Advice is that if you ever use that compiler you will gonna get depressed dude.

I Support Modern Programmer Should avoid the Turbo C As Much As Possible.

Bye 👋,
Turbo C Antagonist

Collapse
 
kquirapas profile image
Kristian Quirapas

Turbo C's a classic, but it's okay for it to stay that way.... a classic. Thanks for sharing

Collapse
 
naruaika profile image
Naufan Rusyda Faikar

My journey:

  1. Gedit for C/C++ during the first days at university
  2. Atom for PHP after I got my first laptop
  3. Visual Studio Code since my thesis (for Python) until now (for PHP/JavaScript), because it just awesome
Collapse
 
kquirapas profile image
Kristian Quirapas

I agree, VScode's awesome indeed. I would've used VScode for all my development workflow if I hadn't started with Vim and got so used to the keyboard center navigation. Thanks for sharing, Naufan!

Collapse
 
geraldew profile image
geraldew • Edited

Ah yes, "journey" is the right word.

On CP/M:

  • ed (was a CP/M port of the DEC line editor I think)
  • WordMaster (predecessor to WordStar)
  • Turbo Pascal (used the WordStar control keys, I'm not counting WordStar as a code editor but I used it a lot for word processing)

On MS-DOS:

  • edlin (Microsoft's version of ed I think)
  • Borland Pascal (yep, still used the WordStar control keys)

On Windows:

  • PFE (Programmer's File Editor)
  • Jedit
  • Notepad++

On Linux:

  • JOE (used the WordStar control keys)
  • Gedit (for GUI editing just because it was already there)
  • Geany (my current Python coding)
  • Notepadqq (my goto tackle anything editor)

Probably worth noting that while I remember looking at Emacs and Vim in the 1980s I just never took to using them anywhere. I know just enough Vim to let me edit a line or two when I've got a remote terminal mode into something that only has that.

Collapse
 
kquirapas profile image
Kristian Quirapas

The tweet lacked details, but its my editor progression from when I started coding until today that's the reason why I used 'journey' as the term. I started from Notepad with Vim as my editor for almost everything today which made me interested in how devs progressed with their editors. I hope that clears it.

On the other hand, your editors give me the idea that you're some sort of veteran. Thank you for sharing

Collapse
 
dhanushnehru profile image
Dhanush N

Turbo C >> Code Blocks >> Eclipse >> VsCode

And now only VS Code 🎉

Collapse
 
kquirapas profile image
Kristian Quirapas • Edited

YOOOOOO turbo c was lit.... before! I'm glad there are better editors now.

Collapse
 
ajinkyax profile image
Ajinkya Borade

Dreamweaver 🥰

Collapse
 
kquirapas profile image
Kristian Quirapas

Those were the days

Collapse
 
moopet profile image
Ben Sinclair

Hmm.
DOS -> debug for asm, Borland C IDE
Windows: Notepad, Netbeans

--
Until I reached the age of reason and joined the cavalry.

Collapse
 
kquirapas profile image
Kristian Quirapas

Welcome my fellow Knight! You may lead the charge!

Collapse
 
m7mdsa3ed_ profile image
Mohamed

Brackets->Sublime->VSCode;

Collapse
 
ikembakwem profile image
Ikechukwu Mbakwem

I think your editor of choice depends on the programming language. I use PyCharm whenever am developing with Python. For JS projects, i switch between VS Code and Atom. Buh VS Code mostly

Collapse
 
kquirapas profile image
Kristian Quirapas

Love the flexibility on this one! I just find less mental overhead when I stick to one. Thanks for sharing

Collapse
 
ben profile image
Ben Halpern

Textmate -> Atom -> VsCode

Collapse
 
kquirapas profile image
Kristian Quirapas

Atom was really popular back then. I'm not so sure about it now. Thanks for sharing!