Can i test my coding skills using ides like intellij | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can i test my coding skills using ides like intellij

I think they can help me learn syntax . but what about sparking up ideas .

5th Jun 2018, 7:32 PM
Bonnie Munene
Bonnie Munene - avatar
2 Answers
+ 2
Using an IDE on your local machine is ideal for programming/learning those types of languages. As for coming up with ideas, the only way IntelliJ would help with that is if you think of things you don't like about IntelliJ and decided to create the fixes yourself. Otherwise it's just a code editor. As I mentioned to someone else recently, a good method is to think of things in a problem/solution type of way. So instead of trying to come up with solutions first, find some problems first and then come up with solutions for them. It's hard to resolve a problem you're unaware of. If you want a simple problem to solve... I need a console based program written in Java. I need for it to keep the prompt open for input until I type 'exit' or 'esc' or 'q'. I want options that allow for me to input certain text that I want stored into a text file on my local machine. I also want the ability for it to read the text from that file and print it to my screen. That's a simple problem that you can use to exercise your skills and work on your problem solving skills.
5th Jun 2018, 7:46 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
thank you so much . am learning programming . but getting the knowledge transformed into something helpful is a challenge . that's why I thought of ide in app building and exercising and applying the skill learnt there .
5th Jun 2018, 7:57 PM
Bonnie Munene
Bonnie Munene - avatar