1. ISTQB® Certified Tester Foundation Level Syllabus 2018 (v3.1): In section 3.2.2, "Static analysis by tools," the syllabus states that static analysis can "improve the maintainability, portability and testability of the code" by checking for compliance with coding standards. This directly links coding standards to the goal of maintainability.
2. University of Texas at Austin, Department of Computer Science Courseware: In the lecture notes for course CS 373: Software Engineering, it is explicitly stated: "The main purpose of a coding standard is to promote maintainability of the code. Other developers will be able to read and understand the code more easily." (Downing, G., "Coding Standard," CS 373, University of Texas at Austin).
3. Lanza, M., & Marinescu, R. (2006). Object-Oriented Metrics in Practice. Springer. In Chapter 2, "No Code is an Island," the authors discuss how coding conventions are crucial for team collaboration and future maintenance. They state, "The problem is that code is not only written, but also read, and this is usually done by other people long after the original author has left... This is why coding conventions are so important." This emphasizes the role of standards in long-term readability and maintainability.