"Code without comments is not readable" IMHO, sense-making-symbol-naming alone is almost never enough to make a programming language easy to read for a human, including the programmer who wrote it once it has left his short-term memory. I think the most common problem with readability in most code I see is that it lacks comments and/or that the comments are not explaining anything that is meaningful to the reader.
Statistics: Posted by Pokun — Thu Jul 11, 2024 1:01 pm