Salesforce Development Standards - 1
Naming conventions is very important element in developing a code. Naming convention will make code readable and understandable for others to read your code. always try to prefix the datatype to the variable. always a best practice to use camel case. Below are some salesforce standard naming conventions Example: String strMyVariable Integer intIndividual Double dblTotal Date datStartDate Map<String, String> mapDataset List<Account> lstAccounts Set<String> setStrings I will meet you guys on my next blog until then bye Ganesh Solai known is a drop unknown is an ocean (Note: This blog is for salesforce developer newbie's. I am going talk about salesforce development basic every newbie should learn and understand. ) --------------------------------------------------------------------------------------------------------------------------