whats the use of following Good Coding Practices?

Answers were Sorted based on User's Feedback



whats the use of following Good Coding Practices?..

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

whats the use of following Good Coding Practices?..

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

Post New Answer

More Programming Languages AllOther Interview Questions

if we want to move all the items that are already added in a combobox into an empty list box or vice-versa then how can it possible in vb or C# ?

1 Answers  


differences between qtp10.0 and 11.0 ?

0 Answers  


can we convert .class file to dll file

1 Answers  


what is the difference between an OS(operating system) and Framework?

0 Answers  


How to display questions one by one in jsp and I wants to store the answers in my database?

0 Answers  






what are wrapper classes

2 Answers  


What Is The Difeerence Between C & C++

2 Answers   HCL,


how do i add a column dynamically in a table by using java application?

0 Answers  


How to set fixed width in particular <td> in html? if i type more character in this <td> it will not push near <td>. this is my question. can u tell me the answer...

0 Answers   SoftSquare,


A, B and C are 8 bit nos. They are as follows: A 1 1 0 1 1 0 1 1 B 0 1 1 1 1 0 1 0 C 0 1 1 0 1 1 0 1 Find ( (A-B) u C )=? how to solve this need with steps

5 Answers   TCS,


what is difference between sap and java ?

1 Answers  


How to find the aerry size

1 Answers   Cap Gemini,


Categories