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
IDEs appear to be unable to infer the input parameters of functions if they are defined elsewhere.
This limits the design freedom and inhibits exposing optional parameters to keep calling functions reasonably safe.
Investigate how signatures of functions can be improved.
Proposed solution
Research if there is a concept of object destructuring in Scilab.
Review and enhance the function signatures to improve clarity and usability. The current designe of leveraging code-split into .sci files might be ill conceived.
Alternatives considered
Go back to single files or research if IDEs/language services can already handle the use case of providing signatures for imported custom libraries/.sci files or how support can be added.
The text was updated successfully, but these errors were encountered:
Description
IDEs appear to be unable to infer the input parameters of functions if they are defined elsewhere.
This limits the design freedom and inhibits exposing optional parameters to keep calling functions reasonably safe.
Investigate how signatures of functions can be improved.
Proposed solution
Research if there is a concept of object destructuring in Scilab.
Review and enhance the function signatures to improve clarity and usability. The current designe of leveraging code-split into
.sci
files might be ill conceived.Alternatives considered
Go back to single files or research if IDEs/language services can already handle the use case of providing signatures for imported custom libraries/
.sci
files or how support can be added.The text was updated successfully, but these errors were encountered: