testing
All articles tagged with "testing"
2 Articles
Programming Languages
The Specification-Implementation Gap Is Where Bugs Live
There's a claim that surfaces periodically in programming language theory circles: 'a sufficiently detailed specification is indistinguishable from code.' The...
Web Development
The Case for a Virtual File System in Node.js
Try to run a Node.js application without a real filesystem and watch how quickly it falls apart. require() reads files. fs.readFile() reads files. Template...