Debug Code

Code in the App that is only helpful during programming.

App Developers frequently add code during programming that helps them understand how their program works (or does not work), such as by printing out many intermediate data elements. It is good practice to remove such code before release, or refactor it so it does not degrade performance or security when run in Production.

Related glossary entries: