What IDE/Editor should I use?
When programming, it is vital to have an excellent coding workspace of your liking. You will work faster and more efficiently, so here are my top picks for different languages.
A lot of you might be wondering, what is the difference between an IDE(Integrated Development Environment) and a Text Editor?
Integrated Development Environment(IDE):
An IDE normally consists of at least a source code editor, build automation tools and a debugger. It takes up more space on your hard drive then a regular code editor, but can serve more programming tools to help you.
Text Editor:
A Text Editor is a software program that allows you to edit plain text, but you cannot run your program directly in the application. You have to open either Terminal for Mac or Command Prompt for Windows, and then run your program through these.