Systems of Building, Not Building Systems
·
11 min read
On containment, focus, and the practice of examining how you work
AI
Quality
Testing
Work
4 posts
On containment, focus, and the practice of examining how you work
Entire application stack is tested with the integration tests The database seed files can be used on the client to confirm rendered templates have the expected data Since no data is mocked only...
1. Try Jasmine because we love BDD 2. Try Mocha because it's newer and it's used with Konacha 3. Try QUnit because it may be better with async tests then the above and the Ember.js project uses ...
Inspired my Robert Martin's 'Bowling Game Kata' (a programmer's exercise) I followed Uncle Bob's presentation of the test-driven development exercise to write a program that scores a bowling game a...