KnowledgeBoat Logo

Computer Applications

Explain the statement, "a well-documented code is as important as the correctly working code".

Values & Data Types Java

ICSE

65 Likes

Answer

Writing fully commented code is a good programming style. The primary purpose of comments is to document the code so that even a layman can understand the purpose of the written code. Hence, a well-documented code is as important as the correctly working code.

Answered By

35 Likes


Related Questions