Meaning and Context in Computer Programs

Communications of the ACM 

When you look at a function program's source code, how do you know what it means--that is, what object or process is this function representing? Is the meaning found in the return values of the function, or is it located inside the function body? Answering these questions is important to understanding how to share domain knowledge among programmers using the source code as the medium. Whether debugging or adding new features to a program, programmers must read the code to understand what the program is doing. From this reading, the programmers must also know how the problem domain is represented in the code, so they can be certain that their changes to the source code won't make the program work in unexpected ways.

Duplicate Docs Excel Report

Title
None found

Similar Docs  Excel Report  more

TitleSimilaritySource
None found