CODE REVIEW

Generic Code: What It Is and What It Is Not? – Polish Dreamin’ 25

Generic Code: What It Is and What It Is Not? – Polish Dreamin’ 25

Learn how to build truly generic code that’s easy to adopt, flexible, and avoids duplication. Uncover key principles, patterns, and real-world tips for writing maintainable code that focuses on the core problem and fosters effective collaboration.

Piotr Gajek
Piotr Gajek

Senior Salesforce Developer

Apex Object Oriented Programming – Hands-On

Apex Object Oriented Programming – Hands-On

Have you ever had difficulties with refactoring existing code? Ever wondered if your code is really open for extensions and closed for modifications? Try this Hands-On exercises to find out how to make you code clean and reusable.

Maciej Kostrubiec
Maciej Kostrubiec

Salesforce Developer

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 5 of 5 results