NET design Specifications: conventions, idioms and patterns ——— naming conventions Foreword: Recently in the ". NET design Specifications: conventions, idioms and patterns of the book, mainly speaking. NET design specifications, before this piece is
Original article: http://www.irritatedvowel.com/Programming/Standards.aspx
. NET Programming Standards and Naming ConventionsCommon. NET Naming Conventions
These are the industry-accepted standard naming conventions for J #, C # and VB. NET
1. general rules: Do not abbreviations; 2. use uppercase letters and underscores (_) for macros and enumerations. 3. the variables (including class and struct member variables), files, namespaces, and access functions are all lowercase letters and
Summary of naming rules for C ++, Java, and C #Preface
Since C ++, Java, and C # are often used as development languages in development work, naming conventions often cause some problems to me. On the one hand, naming conventions do not have the
1. General rules: Do not abbreviations at will;
2. Use uppercase letters and underscores (_) for macros and enumerations;
3. the variables (including class and struct member variables), files, namespaces, and access functions are all lowercase
Reprint Please specify source: http://blog.csdn.net/crazy1235/article/details/51346027No rules inadequate surrounding area, is it? haha ~ ~Fortunately, I just learned Java programming, the teacher instilled in the code of the relevant knowledge, and
Transferred from: http://www.cnblogs.com/finallyliuyu/archive/2010/09/25/1834301.htmlOn the naming rules of C + + variablesDo not know how other companies, anyway, I now the company on the name of the variable is not a certain specification, the
standard usage in Web page making Div+css naming rules that can improve the effectiveness of optimization especially when teamwork can provide collaborative production efficiency, specific DIV CSS Naming conventions css naming encyclopedia content
In the software development process, the code naming specification is a very prominent content. A set of fully defined and clearly structured naming conventions will greatly improve the readability of the source code and the maintainability of the
Precautions before use:1, due to the Java object-oriented programming characteristics, in naming should try to select the noun2. Hump nomenclature (Camel-case): When a variable name or function name is a unique identifying word that is composed of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.