TDDBin is open source, supports ES6 and moves on
Finally it has become reality. TDDBin.com is open source. And it does support ES6 by using babel – which is probably more ES6 than your browser can do.
Finally it has become reality. TDDBin.com is open source. And it does support ES6 by using babel – which is probably more ES6 than your browser can do.
It was this little itch, that I had for quite a while, but you know how it is, you never get around to scratch it.
Now was the time to do so. I had ES6 working already a couple of times using webpack but did always switch back, due to not having taken the time […]
The JSCodeRetreat is always a lot of fun, a day free of stress, just practicing and honing our craft. But sometimes people come up to us and ask if we could do an introduction to TDD before, so it is easier to understand what the red-green-refactor cycle means or how baby-steps shall be understood. […]
I know the JS CodeRetreat from its birth, and I’m really happy and proud to see how fast it is evolving. This time there are several news, too many not to list them in a blogpost. The Global JS CodeRetreat, that regularly takes place every 3 months, is planned for the 6th of September, […]
There are good reasons why programmers perform tests themselves in contrast to letting an external testing department (QA) perform the tests. The programmer is able to discover errors in code and in general design decisions much faster and can react immediately, as one might say, the feedback loop is very short. On the other […]