You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple include mechanism would be a first step towards introducing some reuse and better organization for large TSG files.
Something like:
include "../lib/common"
This would be a pragmatic solution. Obviously, includes are not a great mechanism, but setting up a proper module system, imports, scoping of identifiers, qualified names, etc is not something we have time for at the moment. Supporting includes on the other hand can be relatively easy to implement, I expect.
The text was updated successfully, but these errors were encountered:
A simple include mechanism would be a first step towards introducing some reuse and better organization for large TSG files.
Something like:
This would be a pragmatic solution. Obviously, includes are not a great mechanism, but setting up a proper module system, imports, scoping of identifiers, qualified names, etc is not something we have time for at the moment. Supporting includes on the other hand can be relatively easy to implement, I expect.
The text was updated successfully, but these errors were encountered: