Translations:Development/Tutorials/Common Programming Mistakes/18/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 07:31, 26 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
* '''m_variable''' lowercase m, underscore and the name of the variable starting with a lowercase letter. This is the most common style and one preferred for code in kdelibs.
  • m_variable lowercase m, underscore and the name of the variable starting with a lowercase letter. This is the most common style and one preferred for code in kdelibs.