New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

JavaScript UnitTesting with JSDev

JSDev is shiny new project from Douglas Crockford.
With JSDev it is easy to write UnitTest within file that will be tested.

JSDev uses comments and command line scripts to uncomment your test code and run tests.
This is in my opinion interesting and easy. Only disadvantage is coding within comments (or comment test code when it's ready). But if editors will understand this comment it would be really powerful.

With Node.js it will be easy to execute JS without browser.

Watch screencast at NetTuts+ to see it in action:
http://net.tutsplus.com/tutorials/javascript-ajax/meet-crockfords-jsdev/

Description: https://plus.google.com/118095276221607585885/posts/CTZ7BNx7a8z
Repository: https://github.com/douglascrockford/JSDev

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)