Skip to content

Simplified asMethod names (recommendation) #25

@jalakoo

Description

@jalakoo

Suggest removing the random prefix to all the asMethods. So class level methods like:

Randoms.randomInt(10,20)
Randoms.randomString(ofLength: 16)
Randoms.randomFakeName()

become shorter to:

Randoms.int(10,20)
Randoms.string(ofLength: 16)
Randoms.fakeName()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions