Feeds:
Posts
Comments

Archive for the ‘Testing’ Category

I just love this code, because I think program code should be readable by humans first and foremost : describe( “Jasmine”, function() { it( “makes testing JavaScript awesome!”, function() { expect( yourCode ).toBeLotsBetter(); } ); } ); In the words of the project: “Jasmine is a behavior-driven development framework for testing your JavaScript code“. Testing your code, in whatever [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.

Join 43 other followers