MATLAB Scripts Quality Checker - MSQC

버전 1.0.0.0 (64.7 KB) 작성자: ES
A modular, plug-play application to check for static quality of m-scripts/functions.
다운로드 수: 111
업데이트 날짜: 2018/2/22

라이선스 보기

Few years back, we were collecting a number of matlab scripts/functions to create a toolbox.
We found that the scripts were of varying degrees of quality.We put down a set of rules by reviewing literatures on static code analysis in various languages.
We created a modular, plug-play application to check for quality of m-scripts/functions we received.
Sharing here the skeleton of the tool.
By no means this is a full package. In fact, the true intention behind this application is to drive home a point, an architecture, a method and the need of a simple tool such as this for measuring the qualit of m scripts.
To Do:
-> Include literature survey of static quality analysis methods and strategies in other languages.
-> Support analysis of OOP
-> Documentation of scripts and api files
-> Save CheckSet
-> Run independently as a common function

This tool, (and many others in the forum) would not be possible without Yair Altman. He is a true genius when it comes to MATLAB.
Special mention to Kenneth Eaton for his simple but amazing ftoc.

인용 양식

ES (2024). MATLAB Scripts Quality Checker - MSQC (https://www.mathworks.com/matlabcentral/fileexchange/66159-matlab-scripts-quality-checker-msqc), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2016b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Develop Apps Using App Designer에 대해 자세히 알아보기
도움

받음: ftoc (v1.2)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Updated Title to a meaningful name.