On Jan 16, 2:07 pm, Miller Medeiros <[email protected]> wrote: > [...] > for me one of the biggest "problems" of JavaScript is that there is 1000 ways > of doing the same thing... that's why IDEs can't do automatic error check or > autocomplete properly and also the reason why books like Stoyan's JavaScript > Patterns are so important..
Current IDEs can't can't check because they don't implement type inference plain and simple. It is certainly possible to auto-complete as well as error check statically most JavaScript programs. They just simply don't. -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
