How to code an Environment? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to code an Environment?

Can we program a software or web app for testing our codes then showing the bugs so, that we can fix it quickly?

25th May 2018, 7:05 PM
Arittro Chowdhury
Arittro Chowdhury - avatar
2 Answers
+ 2
Yes...infact, there are IDEs out there that do Live-Bug Testing as your coding. Some of them cost $ though. You can look at JETBRAIN products as example.
25th May 2018, 7:10 PM
Apple Blossom
Apple Blossom - avatar
0
Try installing IntelliJ for Java and Visual Studio Code for web development on your computer. I could explain perks of many different IDEs, but it would be too much for beginner, so just take these two and worry later when you know what you want in IDE. I personally use NetBeans for Java, but IntelliJ is pretty good, but VSC is amazing for html/css/js.
25th May 2018, 8:08 PM
BlazingMagpie
BlazingMagpie - avatar