↧
Introducing Safety Dance (node module)
I don’t get exceptions. There’s this theory that they should be raised for ‘exceptional’ cases. But in reality lots of API uses it as a way to just pass back the error code. Joel has already said...
View ArticleJavaScript misfeature
Today a friend of mine checked in code that read: var stream = new fs.createReadStream(filename); The ‘new’ in the code was not intended. Our expansive auto tests passed without a glitch. In fact, the...
View Article