Y
Hacker News
new
|
ask
|
show
|
jobs
by
caspervonb
4093 days ago
It's the opposite, if the application has no callbacks, how can anything be live edited when none of your code is hooked up to anything.
1 comments
DiThi
4093 days ago
Old callbacks can call to newer versions of modified functions. The live-reloading code I made needed named functions for this reason.
link