|
|
|
|
|
by leojfc
3628 days ago
|
|
Doesn’t this imply the need for a new language feature? So that well-defined sections of inline code can be pulled out, initial conditions set in a testing environment, and then executed independently. I guess this could trip up if the compiler optimisations available when considering all the code at once means that the out-of-context code actually does something different in testing... |
|