reading-notes

text editors, how do they work?

There are two major types Text editors, which wrangle up code to be placed in a certain pattern, or Integrated Development Enviroments which are entire software suits. A suit is obviously going to come with any secondary information available and extensions ready to go. Text editing tools are used to set up code for a program and can be used as a sandbox to work on projects in before publishing or running the project. Although most text editing programs are similiar there are a few things to look for that may help:

These features will assist you in completing finished codes. When hand drawing things in a way such as coding any form of guide will be helpful. Selecting the tool you are going to use has a major impact on your workspace and workflow.

Command Lines

Command lines are the direction you give your code. Through the use of a terminal or text editing tool you will assign the structure of a program or webpage line by line. This will feature options adjusting the visuals of a website, finding files on your computer, or adjusting existing programs with new code. When finding specific files you may need to know the name and type of file you are looking for to locate it via a command prompt. BACK TO HOME