CODE REVIEW

Salesforce Naming Convention
January 5, 2024

Salesforce Naming Convention

In programming, naming conventions are crucial for clarity and collaboration. Choose intention-revealing names, avoid ambiguity, and maintain consistency to enhance code readability and convey meaningful context to fellow developers.

Piotr Gajek
Piotr Gajek

Senior Salesforce Developer

Format your code with formatting tool
December 10, 2023

Format your code with formatting tool

Code formatting across the project should be consistent.Choose a formatting tool, configure it, and stick to it no matter what.

Piotr Gajek
Piotr Gajek

Senior Salesforce Developer

Do not use Ternary operator to return Boolean
December 8, 2023

Do not use Ternary operator to return Boolean

Do not use Ternary operator, since comperation statement returns Boolean.

Piotr Gajek
Piotr Gajek

Senior Salesforce Developer

Showing 3 of 3 results