answersLogoWhite

0


Best Answer

Yes.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is it true that programmers should add comments to their code in order to make the program logic easier to understand?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does not contain any program logic and are ignored by the language Processor?

User comments are ignored by the language, period. A comment may contain program logic but because all comments are ignored, all logic contained within them is also ignored. Comments are intended specifically for (human) readers, not the language processor.


What does debugger software do?

Debugger software allows programmers to assess the efficacy of a computer program. As the program executes according to its code, the programmer can see, line by line, the functionality of the program and thus detect anomalies, making it easier for him or her to correct the code as needed.


What is a sub program?

A sub program is a set of easily reusable code that makes a program easier to read and understand, and it also makes the file size smaller.


Advantages of using C function?

* Debugging is easier * It is easier to understand the logic involved in the program * Testing is easier * Recursive call is possible * Irrelevant details in the user point of view are hidden in functions * Functions are helpful in generalizing the program


Why recursive solution is better for tree traversal?

Because a tree is a recursive data-structure. It's easier to write (and easier to understand) a recursive program for handling it.


What is the hexadecimal code?

This is a code that computer programmers use to better communicate with computers. Because computers operate on a binary code system that is difficult for humans to understand, a code that made communicating with computers easier.


Advantages of problem analysis and algorithm design over directly writing program in high-level language?

It is much easier to discover errors in a program that is well analyzed and well designed. Furthermore, a thoroughly analyzed and carefully designed program is much easier to follow and modify.Even the most experienced programmers spend a considerable amount of time analyzing a problem and designing an algorithm


What is structured programming in java?

It is a subset of procedural programing that enforces a logical structure on the program being written to make it more efficient and easier to understand and modify.


What programming language makes it easier for programmers who know that language to pick up java quickly?

C++, C#


Why are working mirrors so rare in video games?

As a programmer, I can say that it's quite hard to program reflection in games. In 2Dimensional games it's easier, but in a 3Dimensional program, the programmers got to calculate the reflections which depends on from which angle you see the mirror, and the mirror's angle. And if it wouldn't be hard, here comes that everything is in 3D.


What is Eul complete name?

EUL is short for end user layer. It is used to describe the metadata in a batch of data that makes it easier to understand by the end users of a program.


What is external schema?

The role of the external schema is to support user views of data and thus to provide programmers with easier data access