A modest proposal for operator overloading in JavaScript

A modest proposal for operator overloading in JavaScript – overload.js… Read more

Similar

Fable 3 (F# to JavaScript compiler) released

Today is the day, Fable 3 Nagareyama is officially released! Does this mean the latest version is bug-free? Probably not, but at least the install command is shorter. We have also tested the release candidates in many projects and managed to fix all the o... (more…)

Read more »

How JavaScript linters cause bugs

I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)

Read more »