1. Kernighan, B. W., & Ritchie, D. M. (1988). The C Programming Language (2nd ed.). Prentice Hall. (Section 1.2, p. 9, introduces comments / ... / as notes that are ignored by the compiler.)
2. Python Software Foundation. (n.d.). Python 3.12.3 documentation. The Python Tutorial, Section 3.1.1: Numbers. (Describes comments starting with the hash character # and explains they are for clarifying code and are ignored by the interpreter.)
3. Martin, R. C. (2008). Clean Code: A Handbook of Agile Software Craftsmanship. Prentice Hall. (Chapter 4: "Comments," emphasizes that comments exist to explain code that cannot be made self-explanatory.)