Home » Blog » There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affects when debugging?

There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affects when debugging?

This concept called commenting out and is the way to isolate some part of the code which scans possible reason for the error. Also, this concept helps to save time because if the code is not the reason for the issue it can simply uncomment.

Leave a Reply

Your email address will not be published.