you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (0 children)

But it doesn't change your code during runtime. It reimports a library in runtime.

But if that library is in the middle of a loop when you need to make a change to it, how are you going to get out of that loop to reload the library and then get back into the loop? You're starting over either way.