Getting intellisense in JS code
Today, I've noticed an entry on the JScript blog that gave some advice on how to get intellisense for your fields. I just have one thing to say about it: DON'T even think about using it. It's completely wrong. Ok, slowly: it's WRONG. Declaring fields on the prototype object has a different meaning than declaring them on the constructor of the class. This means that I'll have to live without intellisense on my JS classes...