|
|
|
|
|
by glass_of_water
1408 days ago
|
|
If that were true, text books wouldn't contain any diagrams. So I think it's fairly uncontroversial to say that there are cases when text is not the best way to incept ideas. So why should we be confined to just text when writing code? Should we not be free to choose the best tool for the job? |
|
IDE takes plain old text as input, and lets the coder to interact with the model of the program.
1. Various graphical hints in text (highlighting keywords, selections, …)
2. Visualisation tools (draw database and class diagrams)
3. Navigation capabilities (go to implementation, definition etc)
4. Refactoring capabilities (“rename, “extract variable”, …)
In my view, IDE is already “book with diagrams”. (“Diagrams” can still be improved, but concept is really there)