Testing in JavaScript and in Python (rant)

In this article, I’d like to share why I’m disappointed about testing server-side JavaScript. If you’re not in the mood of reading rants, I recommend you to choose a different article for your afternoon.

Similar

There’s More to the JavaScript Console

We’ve probably all used console.log in our JavaScript projects. It’s a nice, quick, convenient way to view the value of a variable or to see what’s going on at a given time in the application. But there are many more options with the JavaScript console ob... (more…)

Read more »