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

862 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

When I was getting my degree in IT at college, depending on the programming language and purpose of what I was doing I used either Netbeans or Eclipse. They’re officially referred to as an IDE (which is and integrated development environment if I remember correctly). They have color coding, indentation, debugging tools, libraries for the major programming languages, etc. I believe they’re free as well

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