What is good code?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / radhika
A code whether it is good or bad can be known only if it is
tested. So good coding ,results in low bug density(Low
severity +Low prioirity defects or no defects at all)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajeshwar rao
A good code which is===1. Bug free.2.
reusable.3.independent.4.less complaxcity.5.well documented
easy to change is called good code
| Is This Answer Correct ? | 0 Yes | 0 No |
can any one explain the example of high servity and low priority, low servity and high priority, high servity and high priority, low servity and low priority
What do you like about Windows?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
levels of testing
What type of tesings are performed in Product testing?
Tell me the test cases for Notepad?
What types of testings can you use in a sequence to test ATM transaction??
What is unit,load,stress,performance testing ?
Both Password & User id are empty & Login, Is it a valid test case?
can anyone give me good and clear example for high severity and low priority and high priority and low severity?plz its very urgent...........
Difference between SIT and UAT
hi some body help me to know the difference between testing and quality control and quality analyst?