We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ee8c2 commit 29da681Copy full SHA for 29da681
cpp/ql/src/Metrics/Classes/CLackOfCohesionCK.qhelp
@@ -6,7 +6,7 @@
6
<p>
7
This metric provides an indication of the lack of cohesion of a class,
8
using a method proposed by Chidamber and Kemerer in 1994. The idea
9
-behind measuring a class's cohesion is that most funcions in well-designed
+behind measuring a class's cohesion is that most functions in well-designed
10
classes will access the same fields. Types that exhibit a lack of cohesion
11
are often trying to take on multiple responsibilities, and should be split
12
into several smaller classes.
0 commit comments