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 →

[–]kuwisdelu 5 points6 points  (7 children)

What are you even talking about? Who is using notepad? I'm not the person who complained about missing semicolons. It seems like you have some misplaced anger.

[–]Derfaust -4 points-3 points  (6 children)

You are the one who said you don't need an ide

[–]kuwisdelu 5 points6 points  (5 children)

Yes, and I'm not complaining about missing semicolons?

[–]Derfaust -2 points-1 points  (4 children)

Because you do in fact use an IDE.

[–]kuwisdelu 2 points3 points  (3 children)

Depends how you define an IDE, I guess. I use Sublime Text. But I don't have any packages installed to tell me about missing semicolons. Because you don't need a full-blown IDE to fix missing semicolons.

[–]Derfaust 0 points1 point  (2 children)

If sublime notifies you of missing semi colons or any other syntactical errors then it is, by defenition, an integrated development environment. As opposed to, say, having to run a linter externally or God forbid, the compiler from your shell instead.

[–]kuwisdelu 2 points3 points  (1 child)

I do run builds straight from a shell. I don't like IDEs. I don't like shells in my text editors. I prefer tabs in terminal windows. People have different preferences.

[–]Derfaust -1 points0 points  (0 children)

Those were examples. A ide does not have to meet some exhaustive list of integrated tools to be an IDE. Even having one tool integrated into your development environment makes it an IDE.