MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

May make detecting usages for the coupling metrics more generic. #232

Open ResistantBear opened 4 months ago

ResistantBear commented 4 months ago

Currenly, we use custom queries for this, which are quite error prone. Perhaps we could make the coupling analysis more generic, by marking node types in the nodeTypesConfig.json that could nest an usage of an imported element. But we would have to further investigate this.