Should we implement more batch create functions? #20
Closed
andreivladbrg
started this conversation in
General
Replies: 1 comment
-
Thanks for opening this discussion, and sorry for taking so long to reply. As I have argued in #13, we should apply the YAGNI principle, which means not implementing logic we don't know for sure that will be needed. The UI is not currently designed to create groups of streams across different streaming contracts (i.e. |
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 current version of the target contract I've implemented the following batch create functions:
batchCreateWithDurations
batchCreateWithRange
batchCreateWithDeltas
batchCreateWithMilestones
Should we also implement functions such as
batchCreateWithDurationsAndDeltas
andbatchCreateWithRangeAndMilestones
?Beta Was this translation helpful? Give feedback.
All reactions