reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 102: Class 2 - The Coder’s Computer


Read: 02 - The Coder’s Computer

Choosing a text editor

A text editor is a piece of software located on your local machine or operated in a broser that allows the user to write and manage text.

Four primary features that make for a good text editor

Emmet is a shorthand language that is built into some text editors that allow the user to code in HTML and CSS much more quickly.

Preinstalled Text Editors (Typically very bare bones.)

3rd Party Tex Editors (Most provide some or all of the desirable features.)

IDE = Integrated Development Environment *a suite of software including text editor, file manager, compiler, and debugger

The Command Line

Basic Navigation

About Files

Commands and their function:


Return to reading-notes Deployed Site

Return to reading-notes Mark Down