What I hate in Javascript
April 28th, 2006
The thing that gets on my nerves the most about javascript, is it’s silent deaths. I have a function XpathAttr that if you don’t pass it the correct parameter, In this case a XMLHTTPRequest object, it dies. No error, no Exception, no nothing.
Now I realise I could throw my own exception, or check that the […]