Answer Posted / 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 |
Post New Answer View All Answers
What is diffrent between Method and and function in c#
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Define distributed queries. can you explain me as soon as possible
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
iam confused to choose among testing, .net and java can anybody help me????????
What is the difference between CLEAR & RESET and OPEN & CLOSE OPCOEDS(USING RPG/400).wheare we can use this?can any body tell me in real time senario with example please?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
what is delimiter in sas ?
sample code for data transfer between two r/2 systems and r/3 systems?
What do you understand by modular programming?
Which method protects back button to retrieve old value from previous page in Struts.
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
What is test execution and when will we start execution please send me one example for this question
How to create a new dataset only duplicate observations in proc sort procedure?