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 |
Why did you ever become involved in QA/testing?
what type of exceptions & problems are faced in production time at java technology?
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
what is difference between VB5 AND VB6.0
What is procedural oriented language language..? give some examples of this language....?
how to convert the data from HTML file to SAS dataset?
what is technical system, business system, logical system in sap pi7.0
sample code for data transfer between two r/2 systems and r/3 systems?
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
what is meant by trigger?
can we retrieve only integer/String type columns from a table,if yes how?
What is Meaning of Windows Application & the use of Windows Applications? with Description.