Software Maintainability

Software is maintainable when a structured approach is taken in its design and development. Best practices include:

  • Making reusable components such as
    • functions
    • classes
  • Creating readable and  documented code by defining and following a coding standard document which outlines
    • Variable naming practices
    • Function naming practices
    • Indented code (to outline blocks of logic)
    • Inline comments usage (both single and multi-line)

© 2025  Vedesh Kungebeharry. All rights reserved. 

Leave a comment