whats the use of following Good Coding Practices?
Answers were Sorted based on User's Feedback
Answer / suresh.chaluvadi
For Efficiency: The easier your code is to read and follow,
the easier it will be to keep track of where you are with
your code, and the quicker it will be to pick up where you
left off after a break.
For Easier Debugging: Knowing where your problem lies is a
major debugging tool. If you used comments,you can easily
follow your own logic, and if you have line numbers and
consistent formatting,you can easily scan your document to
pinpoint a trouble area.
For future expansions and modifications: Using comments in
your code is especially important for future changes,
because it?s difficult to remember the logic behind code
that was written years or even just months ago. Also, if you
are working on code that involves a team, if everyone
is using the same coding styles, it will be much easier to
make changes or additions to someone else?s work down the road.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / reejusri
Coding Practices is very important thing. main advantages
are:
1. Code maintainability
2. Ease usability
3. Extensibilty
4. Understandability
| Is This Answer Correct ? | 2 Yes | 0 No |
what is page hit in operating system?
What are the Advantages of HashMap over Vector?
What is the first message line that any language learning prints on the screen? and why?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain
what is the last ant version you worked?how to get it
What is a programming language?
1.group by clause explain along with an example
Ordered List tag is
what is throws keyword
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov