trending
Vedant Patel•

16h ago

When do you decide your code needs refactoring?

Is there a specific signal you look for before refactoring?

For example:

  • High complexity?

  • Hard to understand logic?

  • Bugs increasing?

Curious how different developers decide this

Vedant Patel•

16h ago

How do you measure code complexity in your projects?

Hey everyone

I ve been working on Complexity Indicator a VS Code extension that helps visualize code complexity in real time.

I m curious how do you currently track or manage code complexity in your projects?

  • Do you rely on tools?

  • Code reviews?

  • Or just intuition?

Vedant Patel•

5h ago

Complexity Indicator - Know when your code becomes unmaintainable

Complexity Indicator helps developers analyze and visualize code complexity in real time. Get actionable insights like cyclomatic complexity, maintainability index, and nesting depth directly inside VS Code.