Tagged Questions
1
vote
2answers
159 views
MD5 code kata and BDD
I was thinking to implement MD5 as a code kata and wanted to use BDD to drive the design (I am a BDD newb).
However, the only test I can think of starting with is to pass in an empty string, and the ...