|
|
|
|
|
by digi_owl
4076 days ago
|
|
Thinking about block based "IDEs"? I think the biggest difference there is that a document is "static". It is not supposed to process something else like code is. Thus what you want to avoid at all costs is "boiler plate" bugs. Bugs that are not caught at compile time because it is semantically correct, but that end up producing wild results once a certain kind of data is introduced. |
|