|
|
|
|
|
by gerbilly
2210 days ago
|
|
When programming in Java, I routinely run code that has compile errors in it. As long as my execution path doesn't hit any code containing errors, I can run debug and even modify code in the debugger. That's exploratory programming. |
|