#tdd
Read more stories on Hashnode
Articles with this tag
Our calculator works pretty well so far. We were also able to use a few functional techniques in the process. Railway programming and composition is...
Today we are going to implement handling negative values and values that are greater than 1000. It's step 5 and 6 from the kata description: calling...
So far, we can only add numbers delimited by a comma. The plan for today is to implement step 3,4 and from the description , which is handle new line...
Since @theimowski introduced me to F# years ago, I wanted to try it someday. Finally, I feel like I'm ready for this challenge. And following @swyx...