nvzqz/RandomKit

Remove "fake" from function names

markohlebar opened this issue · 1 comments

Using fake in function name doesn't convey any additional information to the programmer, because it's already obvious from using Random that the result will indeed be randomly generated.
Random.phoneNumber() would make for a nicer API in my opinion.

nvzqz commented

Thanks for the suggestion and I agree. Changed in 8e50665