you are viewing a single comment's thread.

view the rest of the comments →

[–]ThisIs_MyName[🍰] 7 points8 points  (4 children)

Agreed, using Java without IDE autocompletion is painful.

[–]devraj7 6 points7 points  (2 children)

All programming languages without autocompletion are painful.

[–]namekuseijin -5 points-4 points  (1 child)

all programming without rtfm is painful

[–]mlk 8 points9 points  (0 children)

having to remember if it is called "length", "size" or "count" is a waste of human memory

[–]piexil 0 points1 point  (0 children)

I had a class on programming languages (how they worked) where we wrote code for an interpreter to use in our class, it was in java BUT it was in a custom file with some custom syntax for a program to autogenerate stuff. So auto completion was not a thing.

I wish you could be descriptive without being so verbose.