Nice app, @Henry Pereira !
If I have the property Name that contains full names, and I need to Fake it, I should:
0. Install ZPM module iris-disquise
1. Change the datatype to dc.Disguise.DataTypes.FakeString("FULLNAME")
2. Run the ##class(dc.Disguise.Strategy).Fake("myclass", "Name", "fullname")
Right?
I'm curious, why should I repeat fullname 2 times? Maybe I could omit the strategy at least in the Fake method assuming that strategy can be taken from the property?
- Log in to post comments