function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pal2011Pal2011 

Salesforce Coding Standard

Hi,


Where can I find Salesforce.com coding standards document?

 

Thanks,

Best Answer chosen by Admin (Salesforce Developers) 
SFAdmin5SFAdmin5

pretty much everything documentation wise you will find on this site.  this is a particularly useful document for apex best practices

 

http://wiki.developerforce.com/page/Apex_Code_Best_Practices

All Answers

SFAdmin5SFAdmin5

pretty much everything documentation wise you will find on this site.  this is a particularly useful document for apex best practices

 

http://wiki.developerforce.com/page/Apex_Code_Best_Practices

This was selected as the best answer
Pal2011Pal2011

Thank you. This is what I was looking for.