this post was submitted on 12 Sep 2023
1 points (100.0% liked)

Rust: Support

5 readers
1 users here now

Rules

founded 1 year ago
MODERATORS
 

As one more step in learning rust. I have done the Tennis Game Kata. There are a few tradeoff as some names being shorter than optimal, but by that preventing line breaks. That gives better overview.

Is there any rust constructions that would help making the code more readable?

Is there a cleaner solution to get the test parameterized?

Would there be a better fitting rust types for the functions? I started with the interface from Dani Pardo, in Emily Baches refactoring kata.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here