[Soft question] Tips and tools to analyze unfamiliar OO code
1 回表示 (過去 30 日間)
古いコメントを表示
What are your tips / Are there any tools to:
Get a quick overview of undocumented but well structured and named OO code?
I am thinking e.g. of automatic graphs showing the class hierarchies and methods therein.
2 件のコメント
per isakson
2020 年 6 月 25 日
編集済み: per isakson
2020 年 6 月 25 日
Search FEX for UML
Warning: Regarding m2uml you need to edit the code in a couple of places in accourdance with descriptions in the comments.
回答 (1 件)
Yair Altman
2020 年 6 月 29 日
編集済み: Yair Altman
2020 年 6 月 29 日
For inspecting a single object or class, try
- the GUI-based uiinspect utility (https://www.mathworks.com/matlabcentral/fileexchange/17935-uiinspect) and/or:
- console-based checkClass utility (https://www.mathworks.com/matlabcentral/fileexchange/26947-checkclass)
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Software Development Tools についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!