Translations:Development/Tutorials/Common Programming Mistakes/32/en

From KDE TechBase

Even if there is only one instance you do good by defining it elsewhere, to avoid so-called "magic numbers" in the code which are unexplained (cmp. 42). Usually this is done at the top of a file to avoid searching for it.