Newsletter #6
This is newsletter #6 - about crafting (and) JavaScript - April 3rd, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
This is newsletter #6 - about crafting (and) JavaScript - April 3rd, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
This is newsletter #5 - about crafting (and) JavaScript - March 27th, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
I had been fighting for the last years, always again to make WebStorm run all my tests
the way I want. I moved tests into the src
folder then back into a tests
folder.
The latter is painful, since I have to keep the structures of two folders in sync that way,
which is just inefficient, especially when I refactor so much, which I think is simply
necessary and the right thing to do.