The js tag has no wiki summary.
2
votes
1answer
90 views
Approaches to reduce cyclomatic complexity
I was running our code through JSHint, and decided to switch checks against cyclomatic complexity, and then went on long refactoring sprint. One place though baffled me, here is a code snippet:
var ...
9
votes
2answers
2k views
What is ASM.js and what does it mean for everyone?
I'm starting to hear rumblings about this project called ASM.js. Currently their web site is terrible and confusing. Here's what I know from my research on the web.
It is a subset of JavaScript that ...