|
|
|
|
|
by Zergy
3905 days ago
|
|
> I think it's much simpler to learn 10 commands in the terminal and use text files than try to grasp what's going on in an IDE. This is true IMO. However you don't need to understand what the IDE is doing to use it now do you? A new user needs to learn nothing more than how to use the project creation wizard, and hit the play/stop button button. As someone who teaches high school children how to program I assure you from experience and an IDE is much, much simpler than diving into the terminal. |
|
This example requires the user to be able to do the following that an IDE would not:
- copy paste a file path to the terminal
- cd [pasted filepath]
- make [file name]
- ./[filename]
http://c.learncodethehardway.org/book/ex1.html
Versus throwing them into a black box where they are overwhelmed with buttons and gizmos and are encouraged to give up on the idea that they will ever know what's going on. Do you honestly think it's not worth the time to teach students how to use the terminal?