Temporal coupling metric#1263
Conversation
|
References: |
|
Here comes little difficult part for me, though I am trying. The cleanest solution is: Wire Then, a dedicated separate page makes the most sense because temporal coupling is pair-based, not file-based. Squeezing it into one column of the existing table would be a poor UX — the table is already wide and a pairwise metric belongs in its own view. The separate page would have a table with columns: Is this enough? Let me know if you have any additional suggestions. |
Can't we integrate the list into the existing class
A new view would be much better, but costs some more effort. I think it is worth to create it. One additional column in the existing view that shows the max. coupling of a class in % (with a given threshold?) would not hurt as additional columns are only shown when there is place in the screen. Maybe this cell can then link to the new coupling view. |
|
But the problem is |

Temporal coupling metric
References:
"Your Code as a Crime Scene" (By Adam Tornhill) (page 72).
Fixes #1156