codeclubsocial.github.io

The CodeClub Getting-Started Guide

Follow me on GitHub

<- Back

Atom Text Editor

In order to write software you’ll need a text editor. You may have heard of editors like Vi/Vim, Emacs, Nano, Sublime and Atom. There is no correct answer to the question of which one you should use. Your choice will come down to personal preference. Vi, Vim, Emacs and Nano are usually command line text editors. Sublime and Atom are standalone desktop text editors.

Here at CodeClub we recommend Atom


<- Back