Hacker News new | ask | show | jobs
by hinkley 1995 days ago
I once was trying to design a validation framework. I thought it should work this way. The other lead thought it should work that way. So I proposed we write some sample code for these APIs and show it to the team. TDD with pseudocode before any of us knew what TDD was.

Only, I didn’t like having two to chose from. Something told me three would be better. So we paired, I wrote mine, then hers, then just made another one up on the spot. Once we agreed they were complete and implementable, I shopped them to the team.

About 2/3rds preferred the made up one. Including me. So that’s what I implemented.

1 comments

Great story! Not a huge surprise when you think about it - you made up the the third design just after thinking through the other two in detail.