+12013/10/26 Sebastian Sastre <sebastian@flowingconcept.com>
Hi there,I've saw this:that you introduced:valueWithInterval: aDelayvalueAfterWaiting: aDelaywhich is a cool feature.I only suggest that it could have shorter names.Using:�valueAfter: aDelay and�valueEvery: aDelaywould make it look like:[Transcript cr; show: 'Hello World!' ] valueAfter: 10 seconds.[Transcript cr; show: 'tick-tack...' ] valueEvery: 10 seconds.In general, and when they don't introduce ambiguity or unacceptable vagueness, �shorter names help typing, make the autocompleter find hits faster and unload the memory bandwidth of our brainsKeep the great work!