Replies: 1 comment
-
Sounds good to me. @alisonparedes : Can you think of any reason we'd like to keep things Class/object-centric for the generation? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the original Usage, the generated traces were handled in a
Generate
class. However, considering the idea that random trace generation is just one of many trace generation techniques, it probably makes more sense to use a series of functions instead. (Especially since Python doesn't support multiple constructors...) Thoughts?Beta Was this translation helpful? Give feedback.
All reactions