emilybache / Tennis-Refactoring-Kata

This is a Refactoring Kata based on the rules of Tennis
https://youtu.be/XifUs1FhWRc
MIT License
737 stars 1.27k forks source link

Finish Tennis 4 in c. #127

Closed codecop closed 11 months ago

codecop commented 11 months ago

Based on your starting code I finished Tennis 4 for C. It is almost like you sketched it out. All tests pass.

emilybache commented 11 months ago

Thankyou so much! I just couldn't work out all those function pointers, you've done it really clearly. Great stuff!