About 167,000 results
Open links in new tab
  1. maintainability - What characteristics or features make code ...

    Maintainability is itself a measure of the ease to modify code, higher maintainability means less time to make a change. Coding standards are a way to achieve high maintainability and are …

  2. code quality - Why do so many developers believe performance ...

    While responding to this question, I began to wonder why so many developers believe a good design should not account for performance because doing so would affect readability and/or …

  3. algorithms - Complexity vs maintainability in modern hardware ...

    Mar 30, 2012 · Complexity vs maintainability in modern hardware Ask Question Asked 14 years, 1 month ago Modified 13 years, 7 months ago

  4. What hurts maintainability? - Software Engineering Stack Exchange

    Dec 5, 2011 · Maintainability doesn't necessarily mean any programmer can just dive right in. The example I use from my own experience is Differential Execution. The price is a significant …

  5. When should I care about code metrics in Visual Studio?

    Jun 13, 2017 · Occasionally I look at the code metrics in visual studio for my solution. I don't ever see anything I would find alarming. My maintainability is usually pretty high with exception to …

  6. Newest 'maintainability' Questions - Software Engineering Stack …

    Jul 16, 2025 · Questions tagged [maintainability] Ask Question system quality aspect characterizing the ease of software maintenance

  7. How does one meaningfully measure maintainability?

    Context: I'm an enterprise developer in an all-MS shop. Can anyone recommend a good way of objectively measuring maintainability of a piece of code or an application? Why maintainability: …

  8. maintainability - Refactoring nested if-else interface method in …

    Sep 9, 2020 · I have the below default method in an interface and it seems to be pretty complex because of the many if-else conditions. default void validate() { Application application = …

  9. maintainability - Does it make sense to compute cyclomatic …

    In general, maintainability index relies on many factors. For example, in Visual Studio, it rely on cyclomatic complexity, depth of inheritance, class coupling and lines of code; those four values ...

  10. What aspects of "maintainability" can influence choice of IS ...

    3 In general, maintainability indicates how quickly a change can be made to the existing code and how easy it can be made without a risk of introducing bugs or breaking existing code. The …