|
|
|
|
|
by hello_computer
749 days ago
|
|
> generic framework Yet at some point, the template is instantiated--in the text!--and you can fill-in-the-blank by reading instead of having to do a runtime probe. For large systems that have a lot of preconditions, the "runtime probe" approach can be a thick fat time-waster (i.e. caressing the program into a state where something is even in the tube). |
|
Because I find that in a good dynamic environment, it's easier to figure out how to use something complex when compared to trying to uncover how and why the types line up.
The absolute extreme being something like smalltalk, where you just guess how it should be used and then fix it in the debugger until it works.