Ratio Public/Private
Measures the ratio of a class’s public methods to private methods.
C:\Users\documentation\Documents\vastePublisher\stable\VAS Documentation Word\images\tips.gif
A low ratio (few public methods and many private methods) may indicate that the class is simple to use but its internal processing may be complex (hard to maintain). A high ratio (many public methods and few private methods) may indicate that the class is doing too much work, because public methods represent services that other classes can use.
Last modified date: 09/19/2019