Answer Posted / rad
These are some important qualities of good code
Cleanliness: Clean code is easy to read; this lets people
read it with minimum effort so that they can understand it
easily.
Consistency: Consistent code makes it easy for people to
understand how a program works; when reading consistent
code; one subconsciously forms a number of assumptions and
expectations about how the code works, so it is easier and
safer to make modifications to it.
Extensibility: General-purpose code is easier to reuse and
modify than very specific code with lots of hard coded
assumptions. When someone wants to add a new feature to a
program, it will obviously be easier to do so if the code
was designed to be extensible from the beginning.
Correctness: Finally, code that is designed to be correct
lets people spend less time worrying about bugs and more
time enhancing the features of a program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Mixed Testing
Hi all, can anyone tell me what is the selection procedure in Birlasoft for Manual Tester?It will be a great help.
What is XML Testing? Do we have any tools to test the XML? Please let me know.
What is desk checking and control flow analysis
what is the function generator?
Explain accessibility testing and its importance in the present scenario.
what are the responsibilities for QA tester to test application on UNIX environment??? what skills required for unix???
What’s the difference between a bug and a defect?
What are the bussiness scenories?
What are the factors affecting a manual testing project and what are the ways to overcome it?
Hi,Please can any one tell me about SAP Testing concepts.
What is reverse engineering?
In simple steps how will you do unit testing using VSTS?
can anyone help me regarding testing patterns?
What is black box testing, and what are the various techniques?