Context
I started learning Clojure recently with the Clojure for the Brave book, and found online a mention of Rich Hickey’s Greatest Hits. Curious, I listened to his Hammock Driven Development talk and had my mind changed about planning in software.
In essence, hammock driven development emphasizes thinking through the problem, uninterrupted and consistently, thus creating agenda notes for our background mind to mull over the problem.
Done correctly, you experience what Rich Hickey describes as a “delicious cake”1 of a solution.
Reflection
I think in the 90’s / early 2000’s the sun started to set on the big boom of software planning, epitomized in the waterfall methodology. But in my opinion, we may have thrown the baby out with the bath water here. I may be too Primegen-pilled, but I’ve shared his opinion that the best way to learn is to charge forward, spewing out code, breaking things, only dipping my toes into docs long enough to cobble together what I need. Then, once I understand the problem space, I can really start to design my software for the space.