Jay Fields' Thoughts
experiences in software development
Tuesday, November 30, 2010
Taking a Second Look at Collective Code Ownership
›
It's common to hear proponents of Agile discussing the benefits of collective code ownership . The benefits can be undeniable. Sharing k...
6 comments:
Saturday, October 30, 2010
Experience Report: Feature Toggle over Feature Branch
›
We often use Feature Toggle on my current team (when gradual release isn't possible). My experience so far has been: gradual release is...
4 comments:
Thursday, September 30, 2010
Clojure: Flatten Keys
›
I recently needed to take a nested map and flatten the keys. After a bit of trial and error I came up with the following code. (note: the ex...
3 comments:
Clojure: Another Testing Framework - Expectations
›
Once upon a time I wrote Expectations for Ruby . I wanted a simple testing framework that allowed me to specify my test with the least amoun...
2 comments:
Wednesday, September 01, 2010
Clojure: Mocking
›
An introduction to clojure.test is easy, but it doesn't take long before you feel like you need a mocking framework. As far as I know, ...
‹
›
Home
View web version