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 |
Which testing is this- opening .mp3 file through IE Option- 1. cross browser testing 2. Negative testing 3. black box testing
what is the basic purpose of functional & load testing?
What is the role of metrics in comparing staff performance in human resources management?
what is the difference between Client server application and web based application
How do test cookie? There is any benifits of this? (This is in reference on clientside at the time of request for new page which can send cookie value)
1 Answers Creative Informatics,
with multiple testers how does one know which test case are assigned to them?Folder structure.Test process
What are the properties of a good requirement?
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
hi, this is an interview question."what are the testing skills that u have ?". how can i answer to this one ? reply me correct answer plzzzzzzz
What is information flow in testing
how will you manually test yahoo messenger on single system.
How do we decide that testcases covers all the requirements?