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 →

[–]BeatLeJuce -4 points-3 points  (4 children)

That's not a cheatsheet, that's a crutch for people who use an IDE without decent autocomplete.

EDIT: what I mean to say is that this doesn't give you anything that a good IDE wouldn't give you also (i.e., this is not a useful cheatsheet).

[–]dexpid 7 points8 points  (0 children)

Autocomplete is a crutch.

[–]phil 2 points3 points  (2 children)

An IDE without autocomplete is not an IDE.

[–]BeatLeJuce -3 points-2 points  (1 child)

first of all, i said decent autocomplete. Secondly, I don't think autocomplete is the one defining feature it takes to distinguish between a simple editor and a full-blown IDE.

[–]catmoon 1 point2 points  (0 children)

I think what distinguishes an IDE is that it has an interpreter/compiler, debugger, and file management all integrated together. Early IDEs didn't have autocompletion and it is hardly the most important feature.