[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.
回答 (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 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!