CODE REVIEW

Salesforce Code Review & Handover Bingo: Common Mistakes and Red Flags 🚩

Salesforce Code Review & Handover Bingo: Common Mistakes and Red Flags 🚩

Whenever a project is handed over to you, some sort of review or state-of-the-art check should be done. We can make it a more fun, team activity and fill the bingo card during the investigation! Image done using Bingo Baker. To make this bingo play have some fun-factor, the mentioned concepts have different severity – […]

Stanisław Zań
Stanisław Zań

Salesforce Developer

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