Visualizing call trees – See how JavaScript Studio crawls your source code

It’s kind of a mystery how JavaScript Studio scans your source code for runtime errors. To demystify it a little, a new feature allows you understand how it crawls your source code. Read more

Similar

Concatenative Inheritance in JavaScript

One of the most commonplace things that developers do is designing interfaces, and it is also one of the easiest places to start introducing unneeded complexity into an application. It is pretty easy to build a feature that oversteps the bounds of what it... (more…)

Read more »