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
Certain parts of the MATLAB module needs to be cleaned up for maintainability:
The implementation of several helper functions are currently implemented as multiple lines with a Printf(f_wrap_m, ...) on each line. This code should be moved to the Lib/matlab directory.
The director support code is bloated, uncommented and mostly copy-paste. It needs to be throroughtly refactored or removed, dropping director support.
Remove matlabprepend, matlabappend. Not consistent with good coding practices.
The text was updated successfully, but these errors were encountered:
Certain parts of the MATLAB module needs to be cleaned up for maintainability:
Printf(f_wrap_m, ...)
on each line. This code should be moved to theLib/matlab
directory.matlabprepend
,matlabappend
. Not consistent with good coding practices.The text was updated successfully, but these errors were encountered: