In the multiplayer development process, the naming convention is very important, the unified naming convention is helpful for the coding readability, below share with you the name specification of iOS naming conventions and pictures and Chettu
iOS naming code
Small hump Nom
Java package names are composed of lowercase words, the class name is capitalized, and the path of the package conforms to the definition of the developed system module, such as production to production, material to material, base class to basic class. In order to see the package name to understand which module, so directly to the corresponding package to find th
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
css| Specification | A normalized web developer can identify the div and other formatting page elements by creating the class and ID names of the CSS and using those names. For developers, when naming CSS selectors for redefining XHTML tags (tags), you must ensure that they
Http://www.cppblog.com/mzty/archive/2007/04/20/22349.html C ++ call conventions and naming conventions
Call conventions:_ Cdecl _ fastcall and _ stdcall are call conventions (calling convention), which determine the following content: 1) the order of function parameters in
[CSS] class and id naming rules-Description of Yue Qingxi. This article is a summary of the high-traffic website CSS development technology. The text is from a book.
Good Book, recommended reading and learning
You can also refer to the blog on the Internet
Original: BingoLink: http://blog.bingo929.com/
existing type or member.Using a name similar to the old API when creating a new version of an existing API helps to highlight the relationship between APIs.Example: Class appdommain{}Class appdommainsetup{}Use suffixes instead of prefixes to represent new versions of existing APIs.Consider using a new but meaningful identifier instead of simply adding a suffix or prefix to an existing identifier.To use a n
or more letters shoshould be pascal case, not all caps. try to avoid abbreviations, and try to always use nouns.Why: This convention is consistent with the. NET Framework and is easy to read.
WidgetInstanceManagerXmlDocumentMainFormDocumentFormHeaderControlCustomerListDataSet (typed dataset)
Collection Classes
Standard Based Upon Microsoft. NET Library StandardsFollow class naming
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 letters and underscores (_). The class member variables are underlined and ended with G _. 4. refer to existing or similar namin
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 underscores (_). The class member variables are underlined and ended with G _. 4. refer to existing or similar naming
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 only standard answer. On th
: Copyrightname of class:(1) Color: Use the name of the color or the 16 code, as shown in. red {color:red;}. F60 {color: #f60;}. ff8600 {color: #ff8600;}(2) Font size, directly using ' font+ font size ' as the name, as. font12px {font-size:12px;}. font9pt {font-size:9pt;}(3) Alignment style, using the English name of the alignment target, such as. left {float:left;}. bottom {float:bottom;}(4) title bar style, using the ' category + function ' way to n
Page Header: Header such as: #header {attribute: property value;} Or. header{Property: property value;}, maybe you need to know the difference between class and ID and how to use it.Login bar: Loginbar Logo: Logo sidebar: SideBarAdvertising: Banner navigation: Nav sub-navigation: SubnavMenus: Menu submenu: submenu Searches: SearchScrolling: Scrollpage Body: Maincontent: ContentTabs: Tab Articles list: List hint message: MSGTips: Tips column title: Tit
directory is then layered according to the business logic.A common package hierarchy is as follows:
Com.xxx.xxx.view–> a custom view or view interface
Com.xxx.xxx.activities–> Activity Class
Com.xxx.xxx.fragments–> Fragment Class
Com.xxx.xxx.adapter–> Adapter Related
Com.xxx.xxx.utils–> Public Tools Class
Com.xxx.xxx.bean–> entity
Specification | Development Guide
Fleaphp's naming rules and directory structure look more complicated at first, but after you get used to it, you'll see a lot of benefits from this naming convention. The same approach is therefore used in the Zend Framework.
Of course, fleaphp has no mandatory requirements for application naming rules and directory structures. S
Web UI site user interface design naming conventions
The Web UI design naming convention, which is the site user interface design (web design) naming convention.This set of specifications is not purely CSS, HTML, or JavaScript
that this nomenclature was invented by a Hungarian programmer named Charles Simonyi, who later spent several years at Microsoft, and the nomenclature spread through Microsoft's various products and documentation. Today, most programmers use this nomenclature, no matter what software they use to develop them. The starting point of this nomenclature is to combine the order of magnitude: attribute + Type + object description, so that programmers make variables with a visual understanding of the ty
form of module name + operation. such as: user_view.jsp3. The JSP page corresponds to the action's meaning as much as possible, such as the userlistaction counterpart user_list.jspInterface:Use hump-style naming. In addition to nouns, you can also use adjectives to name (reflect their functional characteristics)Method:The rule is named after the verb, which is suitable for the hump type, but the biggest difference from the
Div+css Canonical named Collectiondescription of the naming rules:1), all the names are preferably lowercase2), the value of the property must be enclosed in double quotation marks (""), and must have values such as class= "divcss5″,id=" Divcss5″3), Each label must have the beginning and the end, and must have the correct level, the layout has the regularity neat
function name uses camel-named notation-each logical breakpoint in the function name is marked with an uppercase letter, and the second function name uses the underscore method----each logical breakpoint in the function name is marked with an underscore. The underline is popular after the advent of C, and it is very common in many of the older programs and UNIX environments.Camel-style nomenclature (camel-case) is a set of naming
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.