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
Alexander GoodmanAlexander Goodman 

Bringing Apex all together

Hi Guys,
over the passed month or so I have been learning Apex and I want to know, how to I pull the lelements together to do what I need to do, what are the rules that I need to follow so I can build my Code correctly. For example: methods before attributes or lists must be inside attributes, or something along the that lines.
Any and all help will be welcome.

Kinds Regards
surasura
Hi Alexander ,
if you are referring to best practices that should be followed in coding  below link will help you

https://developer.salesforce.com/page/Apex_Code_Best_Practices 
 
Alexander GoodmanAlexander Goodman
Hi Sura

Not quite, but that is also good to know,
Is there a Order I need to write my statements in? and how do I link it all together?

Kind regards