reading-notes

Reading Notes Home

The Coder’s Computer

Choosing A Text Editor

What is a text editor?

Why is what you use to write code so important?

Depending on what you choose to edit your text, you might be missing out on features that could ease the process of writing code. Why not opt for a software that is free and could possibly help you get through text editing much quicker by better organizing your work and helping to predict what you need?

What are some features you should consider

You can use the software that is already on your computer to edit text, but you won’t get all the great features that can improve your workflow and catch more of your mistakes!!

Some options

What is an IDE?

IDE stands for ‘Integrated Developement Environment’. It works as a text editor in additions to being a file manager, compiler and debugger.