adspace
What is a good set of naming conventions to use when developing on the force.com platform?
Answer Posted / Neha Gupta
A good naming convention for developing on the Force.com platform includes using descriptive, lowercase, and meaningful names. It is also recommended to separate words with underscores (_) or camelCase, avoid abbreviations, and use prefixes to indicate the object type (e.g., 'c' for custom objects, 'a' for Apex classes).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers