What does a coder use when they make a program from scratch?

878 views

I don’t understand what the starting point is. Do they just open a word document and start creating lines of code or is there some type of program that’s specifically used?

In: 1291

25 Answers

Anonymous 0 Comments

You can write a program pretty much anywhere, but you need it to run in an **environment** that understands the language and is capable of executing the commands! All an application/program is at the end of the day is a set of instructions telling the computer how to react in specific situations. Practically, most code is written in Integrated Development Environments (IDE’s) which are apps specifically designed to help improve a programmer’s experience writing in a given language.

You are viewing 1 out of 25 answers, click here to view all answers.