Currently, VIs in project tree have custom icons to show:
- their scope (public, private, protected, etc.);
- if they are property nodes.
It could be useful if there would be the same approach for static and dynamic dispatch methods - or just for dispatch methods would be enough. Then, when one looks at project tree/library tree, he immediately sees which methods are overridden, and which are static/or ordinary VIs by icon.
It could help to improve readability of the code, especially when one faces with the code, written by someone's else; also for refactoring - because then it would be easier to find some redundant dynamic dispatch methods, with not proper scope, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.