mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01: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.
|
||||
|
||||
Reference in New Issue
Block a user