How to introduce a new function in Scilab
Write a SEP.
- Write its planed help page (.xml). It is an excellent way to list and show all proposed features and use cases, and the interface (planed arguments and options, etc).
Send a email on dev@lists.scilab.org to discuss the SEP. Post also the page (in PDF).
- According to discussion, tune the features, naming of things (function, arguments), order of arguments, etc.
- Write the new function.
- Write the unit test (.tst) (in modules/*/tests/unit_tests)
See also: