Stream: implementers
Topic: Timing, asNeeded
Stephen Royce (Sep 19 2016 at 04:16):
Is there a reason why asNeeded
sits outside the Timing
data type?
Lloyd McKenzie (Sep 19 2016 at 23:30):
"As needed" is just a simple form of "what are the pre-conditions for taking this", which isn't really part of timing. The timing applies once the pre-condition is determined to be true.
Last updated: Apr 12 2022 at 19:14 UTC