jaycfields

Clojure: expectations - scenarios


5 months ago by jaycfields on Jay Fields Thoughts.
When I set out to write expectations I wanted to create a simple unit testing framework. I'm happy with what expectations provides for unit testing; however...

Clojure: expectations unit testing wrap-up


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part OneClojure Unit Testing with Expectations Part TwoClojure Unit Testing with Expectations Part ThreeClojure Unit...

Clojure: expectations - removing duplication with given


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part OneClojure Unit Testing with Expectations Part TwoClojure Unit Testing with Expectations Part ThreeClojure Unit...

Clojure: expectations and Double/NaN


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part OneClojure Unit Testing with Expectations Part TwoClojure Unit Testing with Expectations Part ThreeClojure Unit...

Clojure: expectations with values in vectors, sets, and maps


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part OneClojure Unit Testing with Expectations Part TwoClojure Unit Testing with Expectations Part Three (this entry...

Clojure: Non-equality expectations


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part OneClojure Unit Testing with Expectations Part Two (this entry)Clojure Unit Testing with Expectations Part ThreeClojure...

Clojure: expectations Introduction


5 months ago by jaycfields on Jay Fields Thoughts.
Clojure Unit Testing with Expectations Part One (this entry)Clojure Unit Testing with Expectations Part TwoClojure Unit Testing with Expectations Part ThreeClojure...

Recent Thoughts On Hiring and Being Hired


5 months ago by jaycfields on Jay Fields Thoughts.
The job market is insane right now. It got to the point that I was receiving job-related email so often that I changed my LinkedIn profile to say I lived...

Life After Pair Programming


5 months ago by jaycfields on Jay Fields Thoughts.
When I first joined DRW I noticed that the vast majority of developers were not pair-programming. I was surprised that a company that employed so many smart...

Clojure: Check For nil In a List


5 months ago by jaycfields on Jay Fields Thoughts.
The every? function in Clojure is very helpful for determining if every element of a list passes a predicate. From the docs:Usage: (every? pred coll) Returns...