Hi, Cedric,
I've been playing with telemetry/Zorro to find insightful telemetry
chart of Zorro tdd analysis.
There are three reduction functions to compute percentage of test-driven
development of a
project, project's members and number of episodes.
We ever discussed the solution to addition of two streams by providing
same tag name to each
stream. I did not create a new function to strip off the tag name in
order to do arithmetic
computations +/-/*// but managed to use the same tag name. What I am
curious is that whether
it is possible to get rid of this limitation. In that way, I can easily
combine ActiveTime stream
and TddPercent stream to have TDD time and non-TDD time without creating
a new function.
How does this sound to you?
Thanks,
Hongbing