Skip to content

Instantly share code, notes, and snippets.

View fodilo's full-sized avatar
☁️
Working from cloud

Fodil Boudjedien fodilo

☁️
Working from cloud
  • Algiers , Algeria
View GitHub Profile
@KorbenC
KorbenC / ApexCoding.txt
Created June 3, 2015 13:10
Apex Coding Standards
Apex Coding Standard
Introduction
-------------
Apex is a strongly-typed, object-oriented, proprietary programming language for the Force.com platform.
It lets you execute flow and transaction control statements in conjunction with calls to the Force.com API.
Apex borrows it's syntax from Java, and functions like a database stored procedure.
To learn more about Apex, read the developer documentation on the Force.com developer site.
[http://www.salesforce.com/us/developer/docs/apexcode/index.htm]