(no title)
mredigonda | 3 years ago
Basically as you are writing a function, you can write sample input for it, and it tells you the intermediate value of each variable inside this function, which lets you reason about the code, makes it trivial to know you've done something wrong, and would make developing a much more interactive experience overall.
In my experience, this is done by hand when writing a function, but a tool like this would make it automatic.
ricklamers|3 years ago
Another relevant talk: https://www.youtube.com/watch?v=Ml6Dp3F4Inc