- Timestamp:
- Jan 23, 2009 12:32:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r16169 r16197 5 5 6 6 /* 7 * Copyright (C) 2006-200 7Sun Microsystems, Inc.7 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 * 45 45 * - Use static wherever possible. This makes the namespace less polluted 46 * and avoid nasty name clash problems which can occur, especially on47 * Unix 48 * 49 * - Public names are o n the form Domain[Subdomain[]]Methodusing mixed46 * and avoids nasty name clash problems which can occur, especially on 47 * Unix-like systems. (1) 48 * 49 * - Public names are of the form Domain[Subdomain[]]Method, using mixed 50 50 * casing to mark the words. The main domain is all uppercase. 51 51 * (Think like java, mapping domain and subdomain to packages/classes.)
Note:
See TracChangeset
for help on using the changeset viewer.