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
dev2014dev2014 

How to better understand the Apex syntax and logic?

Hi all,  Can you send a specifc link that make  it easy to understand the Apex syntax and logic? Perhps like a table that shows syntax one side and the meaning (logic) on the other side.

Thanks.
Best Answer chosen by James Loghry
pconpcon
This is not really something that can be answered in a forum post or really answered to the level you want in a table.  Apex (like all programming langagues) is just a wrapper around the logic used to execute your code.  I would recommend that someone new to programming that wants to start with Apex look at the Apex developer trail on Trailhead [1], sfdc99 [2] and at this blog post [3] as an entry point.

[1] https://developer.salesforce.com/trailhead/trails
[2] http://www.sfdc99.com/beginner-tutorials/
[3] http://blog.deadlypenguin.com/blog/2014/07/23/intro-to-apex-auto-converting-leads-in-a-trigger/

All Answers

pconpcon
This is not really something that can be answered in a forum post or really answered to the level you want in a table.  Apex (like all programming langagues) is just a wrapper around the logic used to execute your code.  I would recommend that someone new to programming that wants to start with Apex look at the Apex developer trail on Trailhead [1], sfdc99 [2] and at this blog post [3] as an entry point.

[1] https://developer.salesforce.com/trailhead/trails
[2] http://www.sfdc99.com/beginner-tutorials/
[3] http://blog.deadlypenguin.com/blog/2014/07/23/intro-to-apex-auto-converting-leads-in-a-trigger/
This was selected as the best answer