Why comments in the code are not always good!
Why comments in the code are not always good! (1) Because they are not updated. When ever the code is changed, the comments should also be changed. But it may happen like the code is updated but not the comments which may confuse the next developer. (2) Maintenance problem. Highly commented code is...