kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

Object literal #34

Closed heshamadeldwedar closed 7 years ago

heshamadeldwedar commented 7 years ago

when i pass argument as object_literal i get a high complexity level, is their anyway to reduce the complexity level for passing arguments as object_literal because i am doing this for clarification and readability in the first place .

kisstkondoros commented 7 years ago

Resolved in 1c2cb0655e4f8d8cef43e3d36aaecfe41c82ecb3

kisstkondoros commented 7 years ago

Version 1.9.1 is available in the market, from that version the object literal does not affects the calculated complexity.