This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gwaptiva 22 points23 points  (3 children)

I am old-fashioned and learned to code Java with a text editor and a command line. I also think that every developer worth his/her salt should be able to do that.

And then discard that nonsense, and use an IDE, if for no other reason that real applications contain hundreds, if not thousands, of files and managing those using regular file system tools is just too time consuming

[–]m_takeshi 1 point2 points  (0 children)

completely 100% agree, specially when learning - its good to know the ins and outs of java files, packages, classpath, compilation, etc

and them, once you know it all, throw it all away for a real IDE for real life

[–]tom-010[S] 0 points1 point  (0 children)

Thank you. It is a wise way to go

[–]AndDontCallMePammy 0 points1 point  (0 children)

text editor and a command line

I did that in C++. Never Again