Content deleted Content added
→Broken link for reference 1: Reply |
m Maintain {{WPBS}} and vital articles: 2 WikiProject templates. Create {{WPBS}}. Tag: |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1:
{{WikiProject
{{WikiProject
{{WikiProject Computer science|importance=}}
}}
== Code Conventions for the Java Programming Language==
Line 149 ⟶ 151:
Any thoughts, rules, practices, do's, don'ts on "meaningful names?" [[User:DEddy|DEddy]] ([[User talk:DEddy|talk]]) 21:31, 12 July 2013 (UTC)
: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 ==
|