|
|
|
|
|
by asgard1024
4355 days ago
|
|
I am not a big fan of "immediate feedback" in coding (such as instant compilation). I find it distracting. What I think I would appreciate more than "live" values of variables etc. would be integration of some statistics into IDE. For example, how often was this function called? What is the usual value of this parameter? What is the mean/modus value? What are the outliers? How often was this condition true? And so on. |
|
What you want is some more advanced logging facility, which is completely possible (e.g. Graphs over time in playground); I don't think logging should be limited to just lines of text (an intern is working on log-driven relation graphs).