I did not find a question about this when searching for SO, but if someone tells me.
There are many questions about the pros and cons of the IDE and which IDE to use for this, and for example, "Why should I use the ideal?" and "Are we too dependent on our IDEs?" .
But as a beginner, just starting to understand how to create a graphical interface with Swing and capture the work of event handlers, and that I began to think about when you should start using the IDE to increase productivity and not drown out the learning experience?
The intellisense function is really useful, but sometimes it makes me feel lazy, not thinking that I am reading an extra bit and searching for things in a book or api documentation. However, the ability to set flags in the code for a step in order to find logical errors and actually switch to the parent method is sometimes useful to better understand what is happening in the code.
I read somewhere that you should be good at basic language basics before using the IDE, but what are the basics? And what is good?
source
share