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 |
how many types of operating system are avaliable?
What is meant by QUEUE?
How do you initialize a static member of a class with return value of some function?
hi friends i am ravi here , i have one problem at starting at the interview that is i have my 3+ it(java) years experiance profile so if i attend the interview interviewer ased me tel me about your profile so i not able to explain because i dont knw where to start and where to end and i dont know what i should tel and what i shouldnot tel .....so can any body please clear m doubts clearly.............please help me friends,i am awaiting for friends reply please.............
What is the merger sort principle and its time complexity.
What is dialog programming?
you have a computer with 80GB hard disk and ubuntu 8.04 is installed on entire hard disk.now you have to create a seprate partition for windows OS and install win XP as dual boot.write down the steps involved along with the commands
1 Answers Anand Group, Indian Navy, TCS,
what is web service in java? have u use before.
sample and simple coding where we get?
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .
what is diff bet ref variable & instance of class
what is delegate and delegation model give the real live example on delegate model