DEV Community

Manoj Kumar
Manoj Kumar

Posted on

Indicator to do better software design

If your answered yes to any of below questions, it's time to do better software design.

  1. Is your code difficult to make changes?
  2. Did a small code change produce a ripple-effect for changes elsewhere in the code?
  3. Is your code hard to reuse?
  4. Is the software difficult to maintain after a release?
  5. Is difficult to express ideas for your software with other developers, other teams, and your clients.
  6. Is it difficult to write Unit test.

Top comments (0)