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

From KDE TechBase

Non-POD ("plain old data") types should be passed by const reference if at all possible. This includes anything other than the basic types such as char and int.