mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
spelling: proposed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<overview>
|
||||
<p>
|
||||
This metric provides an indication of the lack of cohesion of a class,
|
||||
using a method propposed by Chidamber and Kemerer in 1994. The idea
|
||||
using a method proposed by Chidamber and Kemerer in 1994. The idea
|
||||
behind measuring a class's cohesion is that most functions in well-designed
|
||||
classes will access the same fields. Types that exhibit a lack of cohesion
|
||||
are often trying to take on multiple responsibilities, and should be split
|
||||
@@ -13,7 +13,7 @@ into several smaller classes.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Various measures of lack of cohesion have been propposed: while the basic
|
||||
Various measures of lack of cohesion have been proposed: while the basic
|
||||
intuition is simple, the precise way to measure this property has been the
|
||||
subject of intense debate. Rather than getting involved in this debate,
|
||||
more than one such lack of cohesion measure is provided for comparison purposes.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<overview>
|
||||
<p>This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
|
||||
<p>This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
|
||||
Kemerer in their paper <em>Towards a metrics suite for object oriented design</em>. Most well
|
||||
designed types will have methods that access the same fields. If methods access disjoint subsets
|
||||
of the classes fields it is an indication the class may have multiple responsibilities.</p>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
<overview>
|
||||
<p>This metric calculates the lack of cohesion of a type using a method propposed by Brian
|
||||
<p>This metric calculates the lack of cohesion of a type using a method proposed by Brian
|
||||
Henderson-Sellers in his book <em>Object-Oriented Metrics</em>. Most well designed types will have
|
||||
methods that access the same fields. If methods access disjoint subsets of the class's fields it is
|
||||
an indication the class may have multiple responsibilities.</p>
|
||||
|
||||
Reference in New Issue
Block a user