Talk:Coding conventions: Difference between revisions

Content deleted Content added
Cewbot (talk | contribs)
m Maintain {{WPBS}} and vital articles: 2 WikiProject templates. Create {{WPBS}}.
 
(2 intermediate revisions by one other user not shown)
Line 1:
{{WikiProject Computingbanner shell|class=|importance=}}
{{WikiProject Computer Science|class=Computing|importance=}}
{{WikiProject Computer science|importance=}}
}}
 
== Code Conventions for the Java Programming Language==
Line 151 ⟶ 153:
 
:Hi, searching article for "Meaningful names" finds 0 results. What do you mean? I close this, your comment wasn't answered for a while. Please open again if needed. KR {{done}} [[User:17387349L8764|17387349L8764]] ([[User talk:17387349L8764|talk]]) 09:48, 15 April 2021 (UTC)
 
:The name should describe the data in terms the user of the application can understand. For example ‘sample_size” or “median_age” instead of something like ”x”, “ss”, or “med.” Other than that there are a lot of thoughts on what the form of a name should be, for example “pszCustomerName” is Hungarian Notation for a pointer (p) to a null-terminated string (sz) containing a customer name. [[User:Peter Flass|Peter Flass]] ([[User talk:Peter Flass|talk]]) 19:14, 15 April 2021 (UTC)
 
== Broken link for reference 1 ==