titi.github.io
Unit Testing
http://titi.github.io/2014/07/unit-testing
July 15, 2014 10:58am. Inverting The Testing Pyramid. SlideShare] http:/ blogs.agilefaqs.com/2011/02/01/inverting-the-testing-pyramid/. How To Test Your Tests. TDD Tests are not Unit Tests. How to Write Good Unit Tests. The Single Responsibility Principle:. Http:/ blog.8thlight.com/uncle-bob/2014/05/08/SingleReponsibilityPrinciple.html. Http:/ www.javacodegeeks.com/2014/02/the-single-responsibility-principle.html. I don’t love the single responsibility principle. Are unit tests waste? July 15, 2014 1:47pm.
blog.jcoglan.com
Running RSpec tests from the browser – The If Works
https://blog.jcoglan.com/2013/07/01/running-rspec-tests-from-the-browser
Running RSpec tests from the browser. As a fun demo of the flexibility of jstest. I thought I’d show how you can use it to run tests that aren’t even JavaScript. This is a silly example but it actually demonstrates the power of the framework and I’ve used these capabilities to solve real testing problems when running JavaScript on unusual platforms. Has a plugin system for changing the output format; all the different output formats. The docs for the JSON reporter. Rspec -r ./spec/json formatter -f J...
blog.jcoglan.com
Building JavaScript projects with Make – The If Works
https://blog.jcoglan.com/2014/02/05/building-javascript-projects-with-make
Building JavaScript projects with Make. As a long-time Ruby and JavaScript user, I’ve seen my share of build tools. Rake. The Rails asset pipeline. Hellip; I’ve even invented one or two of my own. I’ve always wondered why every language ecosystem feels the need to invent its own build tools, and I’ve often felt like they get in my way. Too often, Rake tasks are just wrappers around existing executables like. Or require custom glue code to hook a tool into the build system – witness the explosion of.
jsclass.jcoglan.com
jsclass
http://jsclass.jcoglan.com/platforms.html
Download v4.0.5. Set, OrderedSet, SortedSet. One of the main goals of. Is to help you write programs that work across a wide variety of JavaScript platforms. It does this by abstracting some platform-specific details such as module loading. And by providing cross-platform testing tools. Currently runs without modification on all the following environments:. Both in the browser and the scripting runtime).
recurse.com
Four new Recurse Center residents - Blog - Recurse Center
https://www.recurse.com/blog/89-four-new-recurse-center-residents
Check out Code Words. A quarterly publication from the Recurse Center community. Four new Recurse Center residents. We’re excited to announce that David Turner, Ranjit Bhatnagar, Stephen Tu and James Coglan will be joining us at the Recurse Center as residents. In the next few months! If you’d like to work with David, Ranjit, Stephen, James, or residents like them, apply to the Recurse Center. Keep an eye on our blog for more resident announcements! And last year published JavaScript Testing Recipes.