|
|
|
|
|
by cjsaylor
2215 days ago
|
|
Correct, but it does allow you to modify values in memory, so you could do the branching and state changes as you go. I admit I could have made that flow more "editable" from the debugger/REPL, however it did serve its purpose in terms of prototyping ideas before I integrated them into the real thing. I also do use it to debug weird state things of issues reported to me, which I do mess with the values at runtime with Delve to simulate. I may be misunderstanding the "true" REPL development here, but I think the points laid out by the article seems to match my experience to a degree. |
|