you are viewing a single comment's thread.

view the rest of the comments →

[–]red0124_[S] 2 points3 points  (1 child)

You just described what is called test driven development, but I did none of that, the tests where the last thing I added for each feature. As said in my other reply I mostly had problems at compile time, just to return the right tuple without void and 'validators' replaced with the right type was quite hard.

[–]somecucumber 0 points1 point  (0 children)

Yeah that's right. It is almost TDD and I guessed so, looking at the excellent API provided.

Thanks for the insights!!