|
|
|
|
|
by moss2
924 days ago
|
|
Would you be willing to use a language that looked verbose in the text files, but you had an IDE that hid the verbose parts from you? Take your Java example. If the code in the .java file looked like HashMap<String, List<int>> hashmap = new HashMap<String, List<int>>();
but IntelliJ showed it to you like hashmap = new HashMap();
|
|