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

From KDE TechBase

If you need some constant data of simple data types in several places, you do good by defining it once at a central place, to avoid a mistype in one of the instances. If the data changes there is also only one place you need to edit.