Are there any advantages to not using a IDE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Are there any advantages to not using a IDE?

Is using a IDE the best choice or is just a text editor better?

24th May 2019, 8:14 PM
Cat Sauce
Cat Sauce - avatar
4 Answers
+ 4
An IDE helps with speed: you can see the output faster; and understanding of the code: you can see the console. If you have a massive code, I think you should use an IDE. I think an IDE isn't needed that much, but maybe it is worth it to try out
24th May 2019, 8:27 PM
Airree
Airree - avatar
+ 1
I think that working with IDE is always better. - you have a syntax coloration = easier to understand / code - for compiled langages, some IDEs make all the compilation work for you
24th May 2019, 8:25 PM
Théophile
Théophile - avatar
+ 1
Théophile many code editors also have syntax coloring and you can compile all languages in the terminal with a good compiler
24th May 2019, 8:27 PM
Cat Sauce
Cat Sauce - avatar
+ 1
I agree. For Web development, a text editor is good. But for compiled langages, even if you can do the compilation by yourself in the terminal, it isn't fast at all. IDEs mange your project and compile them in one click... Easier, isn't it?
24th May 2019, 8:30 PM
Théophile
Théophile - avatar