About 50 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 developed as a …

  2. Readability versus maintainability, special case of writing nested ...

    Feb 22, 2018 · Looking at the above statement, maintainability is still a major challenge if functions H1 and H2 both alter the same "system state variables" instead of being unified into a single "H" …

  3. 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 maintainability...

  4. How would you know if you've written readable and easily …

    The key to maintainability is skill level based layering For example: Cross-project libraries: senior devs, full back of tricks code/idiom/techniques Project specific libraries and system backend: medior …

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

    Jul 16, 2025 · Q&A for professionals, academics, and students working within the systems development life cycle

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

    Mar 30, 2012 · Yes, it is always recommendable to focus on correctness first, then readability and maintainability, then - if ever - on performance. In the majority of cases nowadays, performance is …

  7. 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 learning …

  8. 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: I'm tir...

  9. How to improve maintainability and testability of a service by ...

    Oct 28, 2021 · So I proposed a refactoring of the service into a more functional approach, thereby improving both the testability and maintainability of the code. What I did was to separate the code …

  10. maintainability - Continue building off an ugly code base or start ...

    Jul 14, 2015 · I'm currently interning at a company where I've been tasked with building an application from scratch. I've been working about 8 weeks, with 4 left to go. I've written a lot of code in that time, b...