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
Shifs SalheenShifs Salheen 

100% Coding in Salesforce

Hi All,
I am going for 100% coding By Visualforce in Apex.Is it the correct approach?
FearNoneFearNone
this is just my two cents though,
but salesforce is trying to automate everything to minimize coding. I guess that's why Apex functionalities are still limited.
they are suggesting to use built-in functions like Process builder, workflows and others (https://help.salesforce.com/apex/HTViewHelpDoc?id=process_which_tool.htm&language=en_US).

and also, if you code everything, you might encounter difficulty in obtaining 75% apex test coverage.