|
|
|
|
|
by barrkel
4198 days ago
|
|
A "correctly layered" app with UI view separate from UI logic separate from server-side logic etc. will show up as coupling, if commits are feature oriented. There's certainly a hint as to where to look for bad coupling, but expected "coupling", like tests, need to be discounted. |
|
It would show some coupling commits, but e.g. bug fixes should/would be segregated to the relevant files, not spread across the system.