|
|
|
|
|
by vaughan
1055 days ago
|
|
I had an idea to trace all usages of values. So you can see the entire history of how a value came to be. All the places it went. All the transformations too. Also, I think code should be written so that it can be easily visualized. Nothing else! Code is for humans to read, not machines - that's what compilers are for. Code instrumentation is usually for code coverage...but for debugging it can be great too. |
|