O
O
Oleg Begansky2014-10-17 15:14:22
PHP
Oleg Begansky, 2014-10-17 15:14:22

Stupid question: Why do I need a development environment and what is it even (Wikipedia is unclear)?

Stupid question: Why do I need a development environment and what is it even (Wikipedia is unclear)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GavriKos, 2014-10-17
@Oleg5Dracula

The development environment is needed to facilitate, simplify the development process. Briefly.
In fact, you can write code in notepad. Let's take python for example. If it is not indented there, then the code will not be executed as it was intended, if it is executed at all. And the IDE takes care of it.
In the same php from tags - the development environment can auto-complete the name of the variable, which will speed up the process of typing code and avoid banal typos.
This is all just the tip of the iceberg. Modern IDEs do tons of things to make the programmer's job easier.

O
Optimus, 2014-10-17
Pyan @marrk2

Well, roughly speaking, you will only see a syntax error without an environment on the server, otherwise it’s right in the environment or the editor, and there some still have FTP attached at once to upload all files to the server at once.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question