RasicN / random-test-values

Removes the need to think about what the value is when unit testing.
MIT License
19 stars 10 forks source link

Refactor Library #37

Open Sobieck opened 6 years ago

Sobieck commented 6 years ago

All of the code is in a single file. This worked for a while... but it is so complex now that I'm having a hard time understanding everything. I think we should refactor this to be multiple classes.

RasicN commented 6 years ago

I have done a little with this. Basically broke out all the types into partial classes. Do you see an issue/dislike this idea?

image

image

image